freebsd-dev/usr.bin/whereis/Makefile
Joerg Wunsch 1ace9012ad A totally revamped whereis(1), bringing back all the functionality of
the 4.3BSD command.  Rewritten from scratch after the old man page,
taking account for the different situation with man pages and source
tree hierarchy (re: /usr/src/gnu) of the FreeBSD project.

Reviewed by:	wosch (actually loooong time ago)
1996-06-15 12:29:48 +00:00

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>