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