]> git.saurik.com Git - apple/system_cmds.git/blob - vm_stat.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / vm_stat.tproj / Makefile
1 Project = vm_stat
2 Install_Dir = /usr/bin
3
4 CFILES = vm_stat.c
5 MANPAGES = vm_stat.1
6
7 Extra_CC_Flags = -mdynamic-no-pic
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make