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/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