X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/916eb79ee6e2fd3e1ab08275e76ec4e126cab685..8459d7254751dbe55e98bb49dd51e1796df2bb0d:/nvram.tproj/Makefile?ds=sidebyside diff --git a/nvram.tproj/Makefile b/nvram.tproj/Makefile index b54374b..4ce2468 100644 --- a/nvram.tproj/Makefile +++ b/nvram.tproj/Makefile @@ -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