]> git.cameronkatri.com Git - apple_cmds.git/blob - shell_cmds/locate/bigram/Makefile
shell_cmds: Fix include
[apple_cmds.git] / shell_cmds / locate / bigram / Makefile
1 PROG= locate.bigram
2 MAN= locate.bigram.8
3
4 BINDIR=/usr/libexec
5
6 CFLAGS+=-I${.CURDIR}/../locate
7
8 .include <bsd.prog.mk>