X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/916eb79ee6e2fd3e1ab08275e76ec4e126cab685..ef8ad44b9b5d9c6d8c0fa5b5494f449fb6717387:/sar.tproj/Makefile diff --git a/sar.tproj/Makefile b/sar.tproj/Makefile index e00833b..ec59ecc 100644 --- a/sar.tproj/Makefile +++ b/sar.tproj/Makefile @@ -5,6 +5,9 @@ HFILES = sar.h CFILES = sar.c MANPAGES = sar.1 -Extra_CC_Flags = -I. -I../sadc.tproj +Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic +Extra_LD_Flags = -dead_strip + +Extra_CC_Flags += -I. -I../sadc.tproj include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make