xref: /netbsd/usr.bin/locate/code/Makefile (revision c4a72b64)
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