]> git.saurik.com Git - apple/file_cmds.git/blobdiff - rmt/Makefile
file_cmds-202.2.tar.gz
[apple/file_cmds.git] / rmt / Makefile
index f372506158a0214efb89782e7689c12d4e08cddc..a0874d1c4e1d4dba416e55f422110affb342efb9 100644 (file)
@@ -4,8 +4,7 @@ Install_Dir = /usr/sbin
 CFILES = rmt.c
 MANPAGES = rmt.8
 
-Extra_CC_Flags = -Wall -mdynamic-no-pic \
-        -D__FBSDID=__RCSID 
+Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make