]> git.saurik.com Git - apple/system_cmds.git/blobdiff - shutdown.tproj/Makefile
system_cmds-541.tar.gz
[apple/system_cmds.git] / shutdown.tproj / Makefile
index 5806a4befd8e413b4088c6238d83e034f911b7d8..c5fc276a00d6a8f5f93cec4ebeecc0b13b7fbf18 100644 (file)
@@ -6,7 +6,10 @@ CFILES = shutdown.c
 USERDEFS = kextmanager.defs
 MANPAGES = shutdown.8
 
+Extra_CC_Flags = -Wall -Werror
+Extra_LD_Flags = -dead_strip
+
 Extra_Frameworks = -framework IOKit
-Extra_LD_Flags = -lbsm
+Extra_LD_Flags += -lbsm
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make