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

This commit is contained in:
se 1999-07-28 20:32:44 +00:00
parent af96d3ba77
commit edb27d9a84

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>