xref: /freebsd/usr.bin/locate/bigram/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3PROG=	locate.bigram
4MAN=
5BINDIR=	${LIBEXECDIR}
6CFLAGS+= -I${.CURDIR}/../locate
7
8.include <bsd.prog.mk>
9