summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 4711995..0e4ef33 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -17,8 +17,9 @@ SUBDIR+= ${MACHINE_ARCH}
.endif
# Build ARC / AlphaBIOS executable on the Alpha
-.if ${MACHINE_ARCH} == "alpha"
-SUBDIR+= arc
-.endif
+# (this is a WIP (work in progress))
+#.if ${MACHINE_ARCH} == "alpha"
+#SUBDIR+= arc
+#.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud