diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-06-21 22:34:51 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-06-21 22:34:51 +0000 |
| commit | d89286ce68ebc005797b820f682b18591c89c53c (patch) | |
| tree | 38235e3b982bcb1907a5679ea508da6413d91e74 /sys/boot | |
| parent | dd200e5643103e30fa9bf2bfcac82eae061ac779 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -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 d944a1ab7b86..1a1f42a3232d 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 |
