]> git.saurik.com Git - apple/system_cmds.git/blobdiff - vm_stat.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / vm_stat.tproj / Makefile
index 7d6e4c3a9011681a2116c6633224e9b4e4682166..14aef47594422dade07fbc9f61f5e20f896c50cc 100644 (file)
@@ -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