From: downsj Date: Sun, 8 Dec 1996 14:01:44 +0000 (+0000) Subject: install -> ${INSTALL} X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=015fc5487b4f9a88ebc845aec8917919265f9cac;p=openbsd install -> ${INSTALL} --- 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 diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile index a9b2d98bc64..d5f4f8ea0e8 100644 --- a/sbin/nologin/Makefile +++ b/sbin/nologin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/12/08 14:01:45 downsj Exp $ # $NetBSD: Makefile,v 1.4 1995/03/18 14:59:08 cgd Exp $ MAN= nologin.8 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin .include