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