diff options
Diffstat (limited to 'sys/arch/sparc/stand/binstall/Makefile')
-rw-r--r-- | sys/arch/sparc/stand/binstall/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/sparc/stand/binstall/Makefile b/sys/arch/sparc/stand/binstall/Makefile new file mode 100644 index 00000000000..e38d19858cd --- /dev/null +++ b/sys/arch/sparc/stand/binstall/Makefile @@ -0,0 +1,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> |