]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - chroot/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / chroot / Makefile
index b2c8baf1b38b5ab84c21937bc952590ba7449c13..cb537729d1cc9f592f4427d45e363c157141b6c7 100644 (file)
@@ -4,7 +4,7 @@ Install_Dir = /usr/sbin
 CFILES = chroot.c
 MANPAGES = chroot.8
 
-Extra_CC_Flags = -Wall -mdynamic-no-pic
+Extra_CC_Flags = -Wall
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make