]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/locate/bigram/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.git] / usr.bin / locate / bigram / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   locate.bigram
5 MAN=
6 BINDIR= ${LIBEXECDIR}
7 CFLAGS+= -I${.CURDIR}/../locate
8
9 .include <bsd.prog.mk>