xref: /freebsd/usr.bin/locate/code/Makefile (revision a8445737e740901f5f2c8d24c12ef7fc8b00134e)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2#	$Id$
3
4PROG=	locate.code
5CFLAGS+=-I${.CURDIR}/../locate
6NOMAN=	noman
7BINDIR=	${LIBEXECDIR}
8
9.include <bsd.prog.mk>
10