xref: /netbsd-src/usr.bin/locate/code/Makefile (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1#	$NetBSD: Makefile,v 1.7 2002/09/18 14:00:39 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3
4NOMAN=	# defined
5
6PROG=	locate.code
7CPPFLAGS+=-I${.CURDIR}/../locate
8BINDIR=	/usr/libexec
9
10.include <bsd.prog.mk>
11