mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Turn off building the ARC loader. I don't know of anyone currently working
on advancing this WIP.
This commit is contained in:
parent
26799605fc
commit
5d8a28f3e1
1 changed files with 4 additions and 3 deletions
|
|
@ -17,8 +17,9 @@ SUBDIR+= ${MACHINE_ARCH}
|
|||
.endif
|
||||
|
||||
# Build ARC / AlphaBIOS executable on the Alpha
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
SUBDIR+= arc
|
||||
.endif
|
||||
# (this is a WIP (work in progress))
|
||||
#.if ${MACHINE_ARCH} == "alpha"
|
||||
#SUBDIR+= arc
|
||||
#.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue