diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile index 6e895d90486..903c80a9bef 100644 --- a/usr.sbin/mtree/Makefile +++ b/usr.sbin/mtree/Makefile @@ -8,7 +8,7 @@ MAN= mtree.8 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \ strtofflags.c -.if !defined(WORLD) +.if !defined(BOOTSTRAPPING) CFLAGS+= -DMD5 -DSHA1 -DRMD160 DPADD= ${LIBMD} LDADD= -lmd