From 79f5bd83085cd0ef5aef33a63b57096d24278ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 28 Jul 1999 20:32:44 +0000 Subject: [PATCH] Activate "arc" (ARC / AlphaBIOS loader) on Alpha. --- sys/boot/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/boot/Makefile b/sys/boot/Makefile index c1258684030..8d7e2ad97d0 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -4,4 +4,9 @@ SUBDIR+= ficl # Pick the machine-dependant subdir based on the target architecture. SUBDIR+= ${MACHINE} +# Build ARC / AlphaBIOS executable on the Alpha +.if ${MACHINE} == "alpha" +SUBDIR+= arc +.endif + .include