8 lines
157 B
Makefile
8 lines
157 B
Makefile
|
NOMAN= noman
|
||
|
|
||
|
beforeinstall:
|
||
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||
|
${.CURDIR}/play.sh ${DESTDIR}/${BINDIR}/play
|
||
|
|
||
|
.include <bsd.prog.mk>
|