10 lines
188 B
Makefile
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>
|