xref: /dragonfly/usr.bin/locate/code/Makefile (revision b40e316c)
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.2 2003/06/17 04:29:28 dillon Exp $
4
5PROG=	locate.code
6CFLAGS+=-I${.CURDIR}/../locate
7NOMAN=	noman
8BINDIR=	${LIBEXECDIR}
9
10.include <bsd.prog.mk>
11