1#	$NetBSD: Makefile,v 1.6 2001/12/12 01:48:46 tv 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