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