Activate "arc" (ARC / AlphaBIOS loader) on Alpha.

This commit is contained in:
Stefan Eßer 1999-07-28 20:32:44 +00:00
parent 51e09cd72a
commit 79f5bd8308
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49192

View File

@ -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>