From 5d8a28f3e13a496cf10e06cfd40aa0aea87e922a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 25 Mar 2001 23:07:44 +0000 Subject: [PATCH] Turn off building the ARC loader. I don't know of anyone currently working on advancing this WIP. --- sys/boot/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 4711995f837..0e4ef338637 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