8 lines
157 B
Makefile
Raw Normal View History

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