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