aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1999-07-28 20:32:44 +0000
committerStefan Eßer <se@FreeBSD.org>1999-07-28 20:32:44 +0000
commit79f5bd83085cd0ef5aef33a63b57096d24278ec6 (patch)
treeca61de01eea80198f5c707d3d646364917df723c /sys/boot/Makefile
parent51e09cd72a472b3241892e9af42c11297912f0e6 (diff)
Notes
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 c1258684030c..8d7e2ad97d06 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>