Merge from vendor branch GDB:
[dragonfly.git] / usr.bin / whereis / Makefile
1 # $FreeBSD: src/usr.bin/whereis/Makefile,v 1.7 2002/12/30 09:48:40 obrien Exp $
2 # $DragonFly: src/usr.bin/whereis/Makefile,v 1.3 2004/03/25 16:39:40 drhodus Exp $
3
4 PROG=   whereis
5 MAN=    whereis.1
6 WARNS?= 5
7
8 .include <bsd.prog.mk>