Deleted Added
full compact
Makefile (74848) Makefile (75286)
1# $FreeBSD: head/usr.bin/whereis/Makefile 74848 2001-03-27 10:52:19Z ru $
1# $FreeBSD: head/usr.bin/whereis/Makefile 75286 2001-04-07 11:21:35Z ru $
2
2
3SCRIPTS=whereis.pl
3MAN= whereis.1
4
4MAN= whereis.1
5
5beforeinstall:
6 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
7 ${.CURDIR}/whereis.pl ${DESTDIR}${BINDIR}/whereis
8
9.include <bsd.prog.mk>
6.include <bsd.prog.mk>