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