]> git.saurik.com Git - apple/shell_cmds.git/blame - hostname/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / hostname / Makefile
CommitLineData
41a2c555
A
1Project = hostname
2Install_Dir = /bin
44bd5ea7
A
3
4CFILES = hostname.c
41a2c555 5MANPAGES = hostname.1
44bd5ea7 6
f14763b6 7Extra_CC_Flags = -Wall -D__FBSDID=__RCSID
41a2c555 8Extra_LD_Flags = -dead_strip
44bd5ea7 9
41a2c555 10include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make