aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/spkrtest
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-30 15:40:11 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-30 15:40:11 +0000
commit80aea1ca5ea8974cb751b62c3488139b94e1944e (patch)
treeec77f873ec6f5e2470d03cf4771f7ad489cf4b2c /usr.sbin/spkrtest
parent99e4807ade6b21b44374a03c58a7b05c6f4c5553 (diff)
downloadsrc-80aea1ca5ea8974cb751b62c3488139b94e1944e.tar.gz
src-80aea1ca5ea8974cb751b62c3488139b94e1944e.zip
Cleanup.
Notes
Notes: svn path=/head/; revision=5295
Diffstat (limited to 'usr.sbin/spkrtest')
-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 fac0040a597e..fb676573663e 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>