xref: /openbsd/usr.bin/locate/bigram/Makefile (revision 898184e3)
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