summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-06-21 22:34:51 +0000
committerjake <jake@FreeBSD.org>2002-06-21 22:34:51 +0000
commit070181b5250c831d3cbb266b574f814eff3eec00 (patch)
tree38235e3b982bcb1907a5679ea508da6413d91e74 /sys
parent6e6ef32477ccb845f7f0d07d4c51f8d1e59ad51f (diff)
downloadFreeBSD-src-070181b5250c831d3cbb266b574f814eff3eec00.zip
FreeBSD-src-070181b5250c831d3cbb266b574f814eff3eec00.tar.gz
Enable cd9660 support by default.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/sparc64/loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile
index d944a1a..1a1f42a 100644
--- a/sys/boot/sparc64/loader/Makefile
+++ b/sys/boot/sparc64/loader/Makefile
@@ -13,7 +13,7 @@ SRCS= locore.S main.c metadata.c
LOADER_DISK_SUPPORT?= yes
LOADER_UFS_SUPPORT?= yes
-LOADER_CD9660_SUPPORT?= no
+LOADER_CD9660_SUPPORT?= yes
LOADER_NET_SUPPORT?= no
LOADER_NFS_SUPPORT?= no
LOADER_TFTP_SUPPORT?= no
OpenPOWER on IntegriCloud