From 40c7031e22b0177ecf314ca50a784c4848bdf167 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 31 Dec 1994 11:13:52 +0000 Subject: Change ${COPY} to -c, always needed here --- usr.sbin/spkrtest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile index fb67657..84571d0 100644 --- a/usr.sbin/spkrtest/Makefile +++ b/usr.sbin/spkrtest/Makefile @@ -1,7 +1,7 @@ NOMAN= noman beforeinstall: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/spkrtest.sh ${DESTDIR}/${BINDIR}/spkrtest .include -- cgit v1.1