]> git.saurik.com Git - apple/system_cmds.git/blob - hostinfo.tproj/Makefile
376371d30fa0e6cc34d24e0b5d28fe90f8070960
[apple/system_cmds.git] / hostinfo.tproj / Makefile
1 Project = hostinfo
2 Install_Dir = /usr/bin
3
4 CFILES = hostinfo.c
5 MANPAGES = hostinfo.8
6
7 Extra_CC_Flags = -Wall -Werror
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make