Merged from sys/boot/i386/loader/Makefile revision 1.54.

This commit is contained in:
Yoshihiro Takahashi 2001-10-17 14:13:36 +00:00
parent 82a6d03aa6
commit 60e0796757

View File

@ -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>