From a6f4ec06143d74a1533b557ccbf855f700e04047 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 3 Jun 2003 01:38:16 +0000 Subject: [PATCH] Turn on btxld for amd64. --- usr.sbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 163813a6dc4..f1e69438fa2 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -193,6 +193,10 @@ SUBDIR+=i4b .endif .endif +.if ${MACHINE_ARCH} == "amd64" +SUBDIR+= btxld +.endif + .if ${MACHINE} == "i386" SUBDIR+=boot0cfg .endif