(Re)connect sys/boot/amd64 to the build

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2014-04-08 19:19:58 +00:00
parent 25bfde79d6
commit 9e61717ac8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264268

View File

@ -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>