Merge branch 'master' of /home/aggelos/devel/dfly/dfly.git/
[dragonfly.git] / usr.bin / locate / code / Makefile
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 $
4
5 PROG=   locate.code
6 CFLAGS+=-I${.CURDIR}/../locate 
7 NOMAN=  noman
8 BINDIR= ${LIBEXECDIR}
9
10 .include <bsd.prog.mk>