summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-12-20 04:32:10 +0000
committerjake <jake@FreeBSD.org>2002-12-20 04:32:10 +0000
commitaa8a03363db7fb6cc0ed01b92613400d0d36e219 (patch)
tree6eb006a6b8e9352601b00c9653ac355e90a80663 /sys/boot
parente4be74cd687eec5b612b276cfc667948be43dcfb (diff)
downloadFreeBSD-src-aa8a03363db7fb6cc0ed01b92613400d0d36e219.zip
FreeBSD-src-aa8a03363db7fb6cc0ed01b92613400d0d36e219.tar.gz
Fix breakage from earlier inadvertant changes.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/sparc64/loader/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile
index 0d77ee7..b6f02e1 100644
--- a/sys/boot/sparc64/loader/Makefile
+++ b/sys/boot/sparc64/loader/Makefile
@@ -16,7 +16,6 @@ LOADER_CD9660_SUPPORT?= yes
LOADER_NET_SUPPORT?= yes
LOADER_NFS_SUPPORT?= yes
LOADER_TFTP_SUPPORT?= yes
-LOADER_ZIP_SUPPORT?= yes
LOADER_GZIP_SUPPORT?= yes
LOADER_BZIP2_SUPPORT?= no
@@ -29,9 +28,6 @@ CFLAGS+= -DLOADER_UFS_SUPPORT
.if ${LOADER_CD9660_SUPPORT} == "yes"
CFLAGS+= -DLOADER_CD9660_SUPPORT
.endif
-.if ${LOADER_ZIP_SUPPORT} == "yes"
-CFLAGS+= -DLOADER_ZIP_SUPPORT
-.endif
.if ${LOADER_GZIP_SUPPORT} == "yes"
CFLAGS+= -DLOADER_GZIP_SUPPORT
.endif
OpenPOWER on IntegriCloud