From f4221a73c3a38d1a4292352952a093a7905adf1c Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 31 Dec 1994 11:13:52 +0000 Subject: [PATCH] Change ${COPY} to -c, always needed here --- usr.sbin/spkrtest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile index fb676573663e..84571d013581 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