Temperarly disable building in the bzip2 support by default so we can fit

on the i386 floppies.  Sigh, I hate floppies.
This commit is contained in:
obrien 2005-06-01 15:32:57 +00:00
parent 1a81cb90f4
commit 3d55e66334

View File

@ -25,7 +25,7 @@ CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
.endif .endif
.if !defined(LOADER_NO_BZIP2_SUPPORT) .if defined(LOADER_BZIP2_SUPPORT)
CFLAGS+= -DLOADER_BZIP2_SUPPORT CFLAGS+= -DLOADER_BZIP2_SUPPORT
.endif .endif
.if !defined(LOADER_NO_GZIP_SUPPORT) .if !defined(LOADER_NO_GZIP_SUPPORT)