8c5da82528
this baby out in earnest..
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>
|