aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-06-03 01:38:16 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-06-03 01:38:16 +0000
commita6f4ec06143d74a1533b557ccbf855f700e04047 (patch)
tree31ae819c901569931bf95e28d2dd9e31e8ce41f5 /usr.sbin/Makefile
parent8e81109e1451a0ffa9d67a8b1d8cb5513b246ad6 (diff)
downloadsrc-a6f4ec06143d74a1533b557ccbf855f700e04047.tar.gz
src-a6f4ec06143d74a1533b557ccbf855f700e04047.zip
Turn on btxld for amd64.
Notes
Notes: svn path=/head/; revision=115758
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 163813a6dc40..f1e69438fa28 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