]> git.saurik.com Git - apple/system_cmds.git/blobdiff - vifs.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / vifs.tproj / Makefile
index 76271186e7bc9f7167878c4ec7ead3b11f777eea..231d3844f2529df7d8c5065bba53244778352b84 100644 (file)
@@ -4,4 +4,7 @@ Install_Dir = /usr/sbin
 CFILES = vifs.c
 MANPAGES = vifs.8
 
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_LD_Flags = -dead_strip
+
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make