diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 14:01:46 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 14:01:46 +0000 |
commit | 66b318e6fd50be47fde64c96da42903e8fbfad4d (patch) | |
tree | fcd05039544215a7407960fe3c5400b91484ddaa /sbin/fastboot | |
parent | 4e2d477ed1d55d02c8150aed24268605463ede73 (diff) |
install -> ${INSTALL}
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> |