X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/a8daac8f698fa38f1ca3aaa2a3ed6ac20e5128e2..ef8ad44b9b5d9c6d8c0fa5b5494f449fb6717387:/makekey.tproj/Makefile diff --git a/makekey.tproj/Makefile b/makekey.tproj/Makefile index 619e6e2..c35c1f3 100644 --- a/makekey.tproj/Makefile +++ b/makekey.tproj/Makefile @@ -4,4 +4,7 @@ Install_Dir = /usr/libexec CFILES = makekey.c MANPAGES = makekey.8 +Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic +Extra_LD_Flags = -dead_strip + include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make