diff options
author | nyan <nyan@FreeBSD.org> | 2001-10-17 14:13:36 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2001-10-17 14:13:36 +0000 |
commit | 097a07c676456ced692189e5533b1b2a77d3e2a6 (patch) | |
tree | 8eca74eb134bc2094b17e5f6cf4ed332b16c67ba /sys | |
parent | 2ea42ac6d9b6329b62a1494c24cb0956bc2c5842 (diff) | |
download | FreeBSD-src-097a07c676456ced692189e5533b1b2a77d3e2a6.zip FreeBSD-src-097a07c676456ced692189e5533b1b2a77d3e2a6.tar.gz |
Merged from sys/boot/i386/loader/Makefile revision 1.54.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/pc98/loader/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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> |