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