]> git.saurik.com Git - apple/system_cmds.git/blobdiff - ac.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / ac.tproj / Makefile
index 9147142aee202e58071f21fafbcf3d16075faf7d..3977061def0cfd6ee3c089fe77a20f6e2c78350c 100644 (file)
@@ -4,4 +4,7 @@ Install_Dir = /usr/sbin
 CFILES = ac.c
 MANPAGES = ac.8
 
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_LD_Flags = -dead_strip
+
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make