X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/a8daac8f698fa38f1ca3aaa2a3ed6ac20e5128e2..ef8ad44b9b5d9c6d8c0fa5b5494f449fb6717387:/getconf.tproj/Makefile?ds=sidebyside diff --git a/getconf.tproj/Makefile b/getconf.tproj/Makefile index 5e86b05..aa855d9 100644 --- a/getconf.tproj/Makefile +++ b/getconf.tproj/Makefile @@ -9,8 +9,10 @@ CFILES = getconf.c \ $(OBJROOT)/$(Project)/sysconf.c MANPAGES = getconf.1 -Extra_CC_Flags = -include _fbsd_compat.h -DAPPLE_GETCONF_UNDERSCORE \ +Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic +Extra_CC_Flags += -include _fbsd_compat.h -DAPPLE_GETCONF_UNDERSCORE \ -DAPPLE_GETCONF_SPEC -I. +Extra_LD_Flags = -dead_strip include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make