mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Turn on btxld for amd64.
This commit is contained in:
parent
8e81109e14
commit
a6f4ec0614
1 changed files with 4 additions and 0 deletions
|
|
@ -193,6 +193,10 @@ SUBDIR+=i4b
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
SUBDIR+= btxld
|
||||
.endif
|
||||
|
||||
.if ${MACHINE} == "i386"
|
||||
SUBDIR+=boot0cfg
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue