xref: /dragonfly/usr.bin/locate/code/Makefile (revision 2b3f93ea)
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
4PROG=	locate.code
5CFLAGS+=-I${.CURDIR}/../locate
6NOMAN=
7BINDIR=	${LIBEXECDIR}
8
9.include <bsd.prog.mk>
10