mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Activate "arc" (ARC / AlphaBIOS loader) on Alpha.
This commit is contained in:
parent
51e09cd72a
commit
79f5bd8308
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue