1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

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:
David E. O'Brien 2005-06-01 15:32:57 +00:00
parent d14c0c076e
commit 659e382f5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146874

View File

@ -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)