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