summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-07-07 23:08:22 +0000
committerjake <jake@FreeBSD.org>2002-07-07 23:08:22 +0000
commite06b8c244d38f8b7bff6834d9ba38b6dac296cf1 (patch)
treeb6571fad8d15c642dee050622d3b45f20c1a9946 /sys
parentb73c441dad47d23a66fa7545b63e35e625225808 (diff)
downloadFreeBSD-src-e06b8c244d38f8b7bff6834d9ba38b6dac296cf1.zip
FreeBSD-src-e06b8c244d38f8b7bff6834d9ba38b6dac296cf1.tar.gz
Enable netboot support by default, since it can now coexist with disk and
cdrom support. This avoids having to distribute separate loaders.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/sparc64/loader/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile
index 8d615ef..d26300d 100644
--- a/sys/boot/sparc64/loader/Makefile
+++ b/sys/boot/sparc64/loader/Makefile
@@ -14,9 +14,9 @@ SRCS= locore.S main.c metadata.c vers.c
LOADER_DISK_SUPPORT?= yes
LOADER_UFS_SUPPORT?= yes
LOADER_CD9660_SUPPORT?= yes
-LOADER_NET_SUPPORT?= no
-LOADER_NFS_SUPPORT?= no
-LOADER_TFTP_SUPPORT?= no
+LOADER_NET_SUPPORT?= yes
+LOADER_NFS_SUPPORT?= yes
+LOADER_TFTP_SUPPORT?= yes
.if ${LOADER_DISK_SUPPORT} == "yes"
CFLAGS+= -DLOADER_DISK_SUPPORT
OpenPOWER on IntegriCloud