summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1999-07-28 20:32:44 +0000
committerse <se@FreeBSD.org>1999-07-28 20:32:44 +0000
commitedb27d9a846775dfb01d91b5768af9da616b248d (patch)
treecbb1235d3a712fe8055eeb98e245429255020615 /sys/boot/Makefile
parentaf96d3ba77f7d6dc09033065441f549afdac72b1 (diff)
downloadFreeBSD-src-edb27d9a846775dfb01d91b5768af9da616b248d.zip
FreeBSD-src-edb27d9a846775dfb01d91b5768af9da616b248d.tar.gz
Activate "arc" (ARC / AlphaBIOS loader) on Alpha.
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index c125868..8d7e2ad 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 <bsd.subdir.mk>
OpenPOWER on IntegriCloud