diff options
Diffstat (limited to 'usr.sbin/spkrtest')
-rw-r--r-- | usr.sbin/spkrtest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk> |