summaryrefslogtreecommitdiffstats
path: root/usr.sbin/spkrtest/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-07-23 01:46:55 +0000
committerache <ache@FreeBSD.org>1995-07-23 01:46:55 +0000
commit29ba6c650d15c476a1dba03251a7671249e11df7 (patch)
tree5a0837c51b128cd94b8ba583b408f4af7175ba63 /usr.sbin/spkrtest/Makefile
parentf40b6d385cacee2d35a7ae4e41af9a1a4cb86b07 (diff)
downloadFreeBSD-src-29ba6c650d15c476a1dba03251a7671249e11df7.zip
FreeBSD-src-29ba6c650d15c476a1dba03251a7671249e11df7.tar.gz
Better version of spkrtest using perl and dialog
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
Diffstat (limited to 'usr.sbin/spkrtest/Makefile')
-rw-r--r--usr.sbin/spkrtest/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile
index 84571d0..57fa822 100644
--- a/usr.sbin/spkrtest/Makefile
+++ b/usr.sbin/spkrtest/Makefile
@@ -1,7 +1,8 @@
-NOMAN= noman
+MAN8= spkrtest.8
+NOOBJ= yes
beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/spkrtest.sh ${DESTDIR}/${BINDIR}/spkrtest
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/spkrtest.pl ${DESTDIR}${BINDIR}/spkrtest
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud