]> git.saurik.com Git - apple/shell_cmds.git/blob - true/Makefile
cf6b7f42083f73805718e6dbb8544c93a9d2a8c9
[apple/shell_cmds.git] / true / Makefile
1 Project = true
2 Install_Dir = /usr/bin
3
4 CFILES = true.c
5 MANPAGES = true.1
6
7 Extra_CC_Flags = -Wall -mdynamic-no-pic
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make