summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/stand/binstall/Makefile
blob: e38d19858cdc36f069b1ae77367f43a172ae0e1c (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.1 1997/09/17 10:46:13 downsj Exp $

NOMAN=	noman

beforeinstall:
	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/binstall.sh ${DESTDIR}${BINDIR}/binstall

.include <bsd.prog.mk>