]> git.saurik.com Git - apple/shell_cmds.git/blame - locate/bigram/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / locate / bigram / Makefile
CommitLineData
41a2c555
A
1Project = locate.bigram
2Install_Dir = /usr/libexec
44bd5ea7
A
3
4CFILES = locate.bigram.c
5
f14763b6 6Extra_CC_Flags = -Wall \
41a2c555
A
7 -I../locate
8Extra_LD_Flags = -dead_strip
44bd5ea7 9
41a2c555 10include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make