]> git.saurik.com Git - apple/system_cmds.git/blob - ac.tproj/Makefile
system_cmds-541.tar.gz
[apple/system_cmds.git] / ac.tproj / Makefile
1 Project = ac
2 Install_Dir = /usr/sbin
3
4 CFILES = ac.c
5 MANPAGES = ac.8
6
7 Extra_CC_Flags = -Wall -Werror
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make