From 66b318e6fd50be47fde64c96da42903e8fbfad4d Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sun, 8 Dec 1996 14:01:46 +0000 Subject: install -> ${INSTALL} --- sbin/fastboot/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/fastboot') 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 -- cgit v1.2.3