X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/a8daac8f698fa38f1ca3aaa2a3ed6ac20e5128e2..ef8ad44b9b5d9c6d8c0fa5b5494f449fb6717387:/vm_stat.tproj/Makefile diff --git a/vm_stat.tproj/Makefile b/vm_stat.tproj/Makefile index 7d6e4c3..14aef47 100644 --- a/vm_stat.tproj/Makefile +++ b/vm_stat.tproj/Makefile @@ -4,4 +4,7 @@ Install_Dir = /usr/bin CFILES = vm_stat.c MANPAGES = vm_stat.1 +Extra_CC_Flags = -mdynamic-no-pic +Extra_LD_Flags = -dead_strip + include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make