xref: /openbsd-src/usr.bin/locate/bigram/Makefile (revision 5dc1102e32a93720a1663c962592bfdabe76b3ea)
1#	$OpenBSD: Makefile,v 1.6 1996/09/15 16:50:34 michaels Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	locate.bigram
5NOMAN=	noman
6BINDIR=	${LIBEXECDIR}
7CFLAGS+= -I${.CURDIR}/../locate
8
9.include "../Makefile.inc"
10.include <bsd.prog.mk>
11