diff options
Diffstat (limited to 'sbin/fastboot')
-rw-r--r-- | sbin/fastboot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fastboot/Makefile b/sbin/fastboot/Makefile index 248fd59d3e3..101f3c677d9 100644 --- a/sbin/fastboot/Makefile +++ b/sbin/fastboot/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/12/08 14:01:44 downsj Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 14:55:27 cgd Exp $ MAN= fastboot.8 MLINKS= fastboot.8 fasthalt.8 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt .include <bsd.prog.mk> |