From 659e382f5b1c0c880aa5489a70870660d0937890 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 1 Jun 2005 15:32:57 +0000 Subject: [PATCH] Temperarly disable building in the bzip2 support by default so we can fit on the i386 floppies. Sigh, I hate floppies. --- sys/boot/i386/loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index d5c05758224..036f699dbeb 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -25,7 +25,7 @@ CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386 LIBFICL= ${.OBJDIR}/../../ficl/libficl.a .endif -.if !defined(LOADER_NO_BZIP2_SUPPORT) +.if defined(LOADER_BZIP2_SUPPORT) CFLAGS+= -DLOADER_BZIP2_SUPPORT .endif .if !defined(LOADER_NO_GZIP_SUPPORT) -- 2.45.2