From 015fc5487b4f9a88ebc845aec8917919265f9cac Mon Sep 17 00:00:00 2001 From: downsj Date: Sun, 8 Dec 1996 14:01:44 +0000 Subject: [PATCH] install -> ${INSTALL} --- sbin/fastboot/Makefile | 6 +++--- sbin/nologin/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 5 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 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 -- 2.20.1