Raise some WARNS in usr.bin.
[dragonfly.git] / usr.bin / locate / code / Makefile
blob91713c7f3a6745222f06d5f48e97137f4f0612e2
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/locate/code/Makefile,v 1.4 1999/08/28 01:02:55 peter Exp $
3 # $DragonFly: src/usr.bin/locate/code/Makefile,v 1.3 2007/08/27 16:50:55 pavalos Exp $
5 PROG= locate.code
6 CFLAGS+=-I${.CURDIR}/../locate
7 NOMAN= noman
8 BINDIR= ${LIBEXECDIR}
9 WARNS?= 2
11 .include "../../Makefile.inc"
12 .include <bsd.prog.mk>