summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64/loader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/sparc64/loader/Makefile')
-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