Turn on btxld for amd64.

This commit is contained in:
Peter Wemm 2003-06-03 01:38:16 +00:00
parent 8e81109e14
commit a6f4ec0614

View File

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