mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Activate "arc" (ARC / AlphaBIOS loader) on Alpha.
This commit is contained in:
parent
51e09cd72a
commit
79f5bd8308
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49192
@ -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 New Issue
Block a user