diff options
author | obrien <obrien@FreeBSD.org> | 2005-06-01 15:32:57 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-06-01 15:32:57 +0000 |
commit | 3d55e66334d67292b77fe5eb6f5bc74e4eca2021 (patch) | |
tree | 3a0310504039a245112b165dba8092aaaa01f67a /sys/boot/i386 | |
parent | 1a81cb90f48a065600730bdc8da91bf213c0fe2c (diff) | |
download | FreeBSD-src-3d55e66334d67292b77fe5eb6f5bc74e4eca2021.zip FreeBSD-src-3d55e66334d67292b77fe5eb6f5bc74e4eca2021.tar.gz |
Temperarly disable building in the bzip2 support by default so we can fit
on the i386 floppies. Sigh, I hate floppies.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r-- | sys/boot/i386/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index d5c0575..036f699 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) |