aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/spkrtest
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-31 11:13:52 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-31 11:13:52 +0000
commitf4221a73c3a38d1a4292352952a093a7905adf1c (patch)
tree3dcd450d1290ec0a23b04ae8e7365d0e7062c54e /usr.sbin/spkrtest
parent71d5664cdca701d2115520597e6842f3d00df7b3 (diff)
downloadsrc-f4221a73c3a38d1a4292352952a093a7905adf1c.tar.gz
src-f4221a73c3a38d1a4292352952a093a7905adf1c.zip
Change ${COPY} to -c, always needed here
Notes
Notes: svn path=/head/; revision=5307
Diffstat (limited to 'usr.sbin/spkrtest')
-rw-r--r--usr.sbin/spkrtest/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk>