From 097a07c676456ced692189e5533b1b2a77d3e2a6 Mon Sep 17 00:00:00 2001 From: nyan Date: Wed, 17 Oct 2001 14:13:36 +0000 Subject: Merged from sys/boot/i386/loader/Makefile revision 1.54. --- sys/boot/pc98/loader/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/boot/pc98') diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 1485bb4..6c0341e 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> -- cgit v1.1