X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/916eb79ee6e2fd3e1ab08275e76ec4e126cab685..8459d7254751dbe55e98bb49dd51e1796df2bb0d:/shutdown.tproj/Makefile diff --git a/shutdown.tproj/Makefile b/shutdown.tproj/Makefile index 5806a4b..c5fc276 100644 --- a/shutdown.tproj/Makefile +++ b/shutdown.tproj/Makefile @@ -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