1# $MirOS: src/usr.bin/locate/code/Makefile,v 1.2 2005/03/13 18:33:11 tg Exp $
2# $OpenBSD: Makefile,v 1.6 1996/09/15 16:50:36 michaels Exp $
3# @(#)Makefile	8.1 (Berkeley) 6/6/93
4
5PROG=	locate.code
6CPPFLAGS+=-I${.CURDIR}/../locate
7NOMAN=	yes
8BINDIR=	${LIBEXECDIR}
9
10.include "../Makefile.inc"
11.include <bsd.prog.mk>
12