xref: /dragonfly/usr.bin/locate/bigram/Makefile (revision 6a3cbbc2)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: src/usr.bin/locate/bigram/Makefile,v 1.4 1999/08/28 01:02:53 peter Exp $
3
4PROG=	locate.bigram
5NOMAN=
6BINDIR=	${LIBEXECDIR}
7CFLAGS+= -I${.CURDIR}/../locate
8
9.include <bsd.prog.mk>
10