aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2003-06-24 13:25:24 +0000
committerJulian Elischer <julian@FreeBSD.org>2003-06-24 13:25:24 +0000
commit8590c016637cbf31729746ffc57bcb6fca61bfa1 (patch)
treeec69734baeb5257df8f6abc5bdf1d9a95a1585ab /usr.sbin/Makefile
parentab1897e943f3b7484657e11f074b527b17ac83d9 (diff)
downloadsrc-8590c016637cbf31729746ffc57bcb6fca61bfa1.tar.gz
src-8590c016637cbf31729746ffc57bcb6fca61bfa1.zip
Connect bluetooth tools for i386 only.
These are probably machine independent, but there is no way for the developers to test them other than on x86. They will become MD as testing becomes possible.
Notes
Notes: svn path=/head/; revision=116781
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index b394af90b550..65acba6bbc3b 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -170,10 +170,12 @@ SUBDIR+=elf2exe \
pnpinfo
.endif
+# Move bluetooth when tested on other architectures
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=acpi \
apm \
apmd \
+ bluetooth \
btxld \
kgmon \
kgzip \