aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/mtree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/mtree/Makefile')
-rw-r--r--file_cmds/mtree/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/file_cmds/mtree/Makefile b/file_cmds/mtree/Makefile
index e9cf4f2..177c7e8 100644
--- a/file_cmds/mtree/Makefile
+++ b/file_cmds/mtree/Makefile
@@ -14,6 +14,9 @@ SRCS= commoncrypto.c \
.PATH: ${.CURDIR}/../cksum
+CFLAGS+=-DENABLE_MD5 -DENABLE_RMD160 -DENABLE_SHA1 -DENABLE_SHA256
LDADD=-framework CoreFoundation
+BINDIR=/usr/sbin
+
.include <bsd.prog.mk>