freebsd_amp_hwpstate/usr.bin/whereis/Makefile

8 lines
168 B
Makefile

MAN1= whereis.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/whereis.pl ${DESTDIR}${BINDIR}/whereis
.include <bsd.prog.mk>