]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - hostname/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / hostname / Makefile
index 22b3e47b8b0de077eea80fd5777e91e1dd3647d5..ede49c6af7cf7bd778946dd6af6844a5afa44a91 100644 (file)
@@ -4,8 +4,7 @@ Install_Dir = /bin
 CFILES = hostname.c
 MANPAGES = hostname.1
 
-Extra_CC_Flags = -Wall -mdynamic-no-pic \
-       -DKERNEL_PRIVATE
+Extra_CC_Flags = -Wall -D__FBSDID=__RCSID
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make