diff options
author | ru <ru@FreeBSD.org> | 2001-09-17 11:59:43 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-09-17 11:59:43 +0000 |
commit | 8a8366047f683b762e816e943c6a49003419bc3b (patch) | |
tree | 2e072c376ffbbaf71bf2d039e7a6494d000cf621 /usr.sbin/mtree | |
parent | 84ac5b97df77e28fbf9b52e4127c03b72847c234 (diff) | |
download | FreeBSD-src-8a8366047f683b762e816e943c6a49003419bc3b.zip FreeBSD-src-8a8366047f683b762e816e943c6a49003419bc3b.tar.gz |
Fix the bootstrapping aid from revision 1.9.
WORLD was renamed to BOOTSTRAPPING.
Diffstat (limited to 'usr.sbin/mtree')
-rw-r--r-- | usr.sbin/mtree/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |