mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Connect sys/boot/amd64 to the build
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
62c4a4622b
commit
3d79118758
1 changed files with 4 additions and 1 deletions
|
|
@ -9,9 +9,12 @@ SUBDIR+= ficl
|
|||
.endif
|
||||
|
||||
# Pick the machine-dependent subdir based on the target architecture.
|
||||
ADIR= ${MACHINE:S/amd64/i386/:S/powerpc64/powerpc/}
|
||||
ADIR= ${MACHINE:S/powerpc64/powerpc/}
|
||||
.if exists(${.CURDIR}/${ADIR}/.)
|
||||
SUBDIR+= ${ADIR}
|
||||
.endif
|
||||
.if ${MACHINE} == "amd64"
|
||||
SUBDIR+= i386
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue