]> git.saurik.com Git - apple/system_cmds.git/blame - iostat.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / iostat.tproj / Makefile
CommitLineData
916eb79e
A
1Project = iostat
2Install_Dir = /usr/sbin
1815bff5
A
3
4CFILES = iostat.c
916eb79e 5MANPAGES = iostat.8
ef8ad44b
A
6
7Extra_CC_Flags = -mdynamic-no-pic
8Extra_LD_Flags = -dead_strip
9
916eb79e 10Extra_Frameworks = -framework CoreFoundation -framework IOKit
1815bff5 11
916eb79e 12include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make