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>