]> git.saurik.com Git - apple/system_cmds.git/blobdiff - sadc.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / sadc.tproj / Makefile
index f9fbd4f1523a4de5b5ecc4e61ed59ba9fae0ae9b..93bd5b1445ddceed599cf93bfca3752a85ed17d9 100644 (file)
@@ -8,7 +8,10 @@ MANPAGES = sa1.8 sa2.8 sadc.8
 OTHERSRCS = Makefile.preamble Makefile Makefile.postamble sa1.8 sa1.sh\
             sa2.8 sa2.sh sadc.8
 
-Extra_CC_Flags = -I.
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_LD_Flags = -dead_strip
+
+Extra_CC_Flags += -I.
 Extra_Frameworks = -framework CoreFoundation -framework IOKit
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make