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