From 8a8366047f683b762e816e943c6a49003419bc3b Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 17 Sep 2001 11:59:43 +0000 Subject: Fix the bootstrapping aid from revision 1.9. WORLD was renamed to BOOTSTRAPPING. --- usr.sbin/mtree/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/mtree/Makefile') diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile index 6e895d9..903c80a 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 -- cgit v1.1