summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2001-10-17 14:13:36 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2001-10-17 14:13:36 +0000
commit60e0796757658a1b5938d3c5695e872d6264068e (patch)
tree8eca74eb134bc2094b17e5f6cf4ed332b16c67ba /sys
parent82a6d03aa61d8ca2ad57d88bf04964ebb196f43e (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/pc98/loader/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 1485bb41e478..6c0341ee0b21 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -36,6 +36,13 @@ LIBFICL= ${.CURDIR}/../../ficl/libficl.a
.endif
.endif
+.if defined(LOADER_BZIP2_SUPPORT)
+CFLAGS+= -DLOADER_BZIP2_SUPPORT
+.endif
+.if !defined(LOADER_NO_GZIP_SUPPORT)
+CFLAGS+= -DLOADER_GZIP_SUPPORT
+.endif
+
# Always add MI sources
.PATH: ${.CURDIR}/../../common
.include <${.CURDIR}/../../common/Makefile.inc>