freebsd-dev/usr.sbin/spkrtest/Makefile
Andrey A. Chernov 485752ff47 Speaker driver test script
Obtained from: FreeBSD 1.1.5.1
1994-10-22 02:09:06 +00:00

10 lines
188 B
Makefile

NOMAN= noman
clean depend lint tags obj:
install:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/spkrtest.sh ${DESTDIR}/${BINDIR}/spkrtest
.include <bsd.prog.mk>