summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/spkrtest/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile
index fac0040..fb67657 100644
--- a/usr.sbin/spkrtest/Makefile
+++ b/usr.sbin/spkrtest/Makefile
@@ -1,9 +1,7 @@
NOMAN= noman
-clean depend lint tags obj:
-
-install:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+beforeinstall:
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/spkrtest.sh ${DESTDIR}/${BINDIR}/spkrtest
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud