1ace9012ad
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)
8 lines
168 B
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>
|