freebsd-dev/usr.bin/whereis/Makefile
2001-03-27 10:52:19 +00:00

10 lines
180 B
Makefile

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