mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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)
7 lines
168 B
Makefile
7 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>
|