]> git.saurik.com Git - apple/shell_cmds.git/blob - hostname/Makefile
shell_cmds-118.tar.gz
[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 -mdynamic-no-pic \
8 -DKERNEL_PRIVATE
9 Extra_LD_Flags = -dead_strip
10
11 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make