]> git.saurik.com Git - apple/system_cmds.git/blame - sar.tproj/Makefile
system_cmds-433.tar.gz
[apple/system_cmds.git] / sar.tproj / Makefile
CommitLineData
916eb79e
A
1Project = sar
2Install_Dir = /usr/bin
1815bff5 3
c3a08f59 4HFILES = sar.h
c3a08f59 5CFILES = sar.c
916eb79e 6MANPAGES = sar.1
c3a08f59 7
916eb79e 8Extra_CC_Flags = -I. -I../sadc.tproj
1815bff5 9
916eb79e 10include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make