xref: /dragonfly/usr.bin/locate/bigram/Makefile (revision cecb9aae)
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# $DragonFly: src/usr.bin/locate/bigram/Makefile,v 1.3 2007/08/27 16:50:55 pavalos Exp $
4
5PROG=	locate.bigram
6NOMAN=	noman
7BINDIR=	${LIBEXECDIR}
8CFLAGS+= -I${.CURDIR}/../locate
9
10.include <bsd.prog.mk>
11