This commit is contained in:
Andrey A. Chernov 1994-12-30 15:40:11 +00:00
parent 99e4807ade
commit 80aea1ca5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5295

View File

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