]> git.saurik.com Git - apple/shell_cmds.git/blob - true/Makefile
shell_cmds-162.tar.gz
[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
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make