Turn on btxld for amd64.

This commit is contained in:
peter 2003-06-03 01:38:16 +00:00
parent ab505c1cc1
commit 14cda1fb08

View File

@ -193,6 +193,10 @@ SUBDIR+=i4b
.endif
.endif
.if ${MACHINE_ARCH} == "amd64"
SUBDIR+= btxld
.endif
.if ${MACHINE} == "i386"
SUBDIR+=boot0cfg
.endif