summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/loader
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-05-31 21:16:50 +0000
committerobrien <obrien@FreeBSD.org>2005-05-31 21:16:50 +0000
commit5501aba5ef5ad5c50541dbd984c4cf29448d7e23 (patch)
treed54b1b4da3c97670df2a1deea45cc05c29e3908a /sys/boot/i386/loader
parentf6963d5640841f84bc357676f9916bc6b5c9660f (diff)
downloadFreeBSD-src-5501aba5ef5ad5c50541dbd984c4cf29448d7e23.zip
FreeBSD-src-5501aba5ef5ad5c50541dbd984c4cf29448d7e23.tar.gz
Put bzip2 support on equal footing with gzip support.
Enable bzip2 support by default, set LOADER_NO_BZIP2_SUPPORT to disable it. Pointy hat to: sobomax
Diffstat (limited to 'sys/boot/i386/loader')
-rw-r--r--sys/boot/i386/loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 036f699..d5c0575 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_BZIP2_SUPPORT)
+.if !defined(LOADER_NO_BZIP2_SUPPORT)
CFLAGS+= -DLOADER_BZIP2_SUPPORT
.endif
.if !defined(LOADER_NO_GZIP_SUPPORT)
OpenPOWER on IntegriCloud