mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
10 lines
180 B
Makefile
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>
|