Change ${COPY} to -c, always needed here

This commit is contained in:
ache 1994-12-31 11:13:52 +00:00
parent 866cb66ce4
commit 40c7031e22

View File

@ -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>