]> git.saurik.com Git - apple/shell_cmds.git/blob - dirname/Makefile
5df12462cb1961465e490c88f8017c38de825f2d
[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 -mdynamic-no-pic
7 Extra_LD_Flags = -dead_strip
8
9 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make