From f429d797e708128f9d713e63f86f91cc89db0c30 Mon Sep 17 00:00:00 2001 From: downsj Date: Sun, 8 Dec 1996 14:37:22 +0000 Subject: [PATCH] -c -> ${COPY} --- 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 101f3c677d9..22577514bd0 100644 --- a/sbin/fastboot/Makefile +++ b/sbin/fastboot/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.3 1996/12/08 14:01:44 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1996/12/08 14:37:22 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} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt .include diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile index d5f4f8ea0e8..f0148010cd1 100644 --- a/sbin/nologin/Makefile +++ b/sbin/nologin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 1996/12/08 14:01:45 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1996/12/08 14:37:24 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} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin .include -- 2.20.1