]> git.saurik.com Git - apple/system_cmds.git/blobdiff - nvram.tproj/Makefile
system_cmds-541.tar.gz
[apple/system_cmds.git] / nvram.tproj / Makefile
index b54374b5d5139938c07f996bff0ca0c469ee6d8a..4ce24683c7c2491400164c7e6c2b3c6bf10c676a 100644 (file)
@@ -4,6 +4,9 @@ Install_Dir = /usr/sbin
 CFILES = nvram.c
 MANPAGES = nvram.8
 
+Extra_CC_Flags = -Wall -Werror
+Extra_LD_Flags = -dead_strip
+
 Extra_Frameworks = -framework CoreFoundation -framework IOKit
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make