]> git.saurik.com Git - apple/file_cmds.git/blobdiff - mtree/Makefile
file_cmds-202.2.tar.gz
[apple/file_cmds.git] / mtree / Makefile
index 0f859bd4aa80b9158670f6a1039eb97d2a570b13..1139f00169b4e5506dae46a1df7042a6da471ae5 100644 (file)
@@ -6,12 +6,13 @@ CFILES = compare.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
        ../cksum/crc.c
 MANPAGES = mtree.8
 
-Extra_CC_Flags = -Wall -mdynamic-no-pic \
+Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic \
        -D__FBSDID=__RCSID \
        -DENABLE_MD5 \
        -DENABLE_RMD160 \
-       -DENABLE_SHA1
+       -DENABLE_SHA1 \
+       -D_DARWIN_USE_64_BIT_INODE
 Extra_LD_Flags = -dead_strip \
-       -lmd -lcrypto
+       -lmd
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make