diff options
author | jake <jake@FreeBSD.org> | 2002-06-21 22:34:51 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-06-21 22:34:51 +0000 |
commit | 070181b5250c831d3cbb266b574f814eff3eec00 (patch) | |
tree | 38235e3b982bcb1907a5679ea508da6413d91e74 /sys/boot/sparc64/loader | |
parent | 6e6ef32477ccb845f7f0d07d4c51f8d1e59ad51f (diff) | |
download | FreeBSD-src-070181b5250c831d3cbb266b574f814eff3eec00.zip FreeBSD-src-070181b5250c831d3cbb266b574f814eff3eec00.tar.gz |
Enable cd9660 support by default.
Diffstat (limited to 'sys/boot/sparc64/loader')
-rw-r--r-- | sys/boot/sparc64/loader/Makefile | 2 |
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 |