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.
This commit is contained in:
Julian Elischer 2003-06-24 13:25:24 +00:00
parent ab1897e943
commit 8590c01663
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116781
2 changed files with 4 additions and 0 deletions

View File

@ -237,7 +237,9 @@ SUBDIR+=vacation
.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
# move bluetooth when tested on other architectures
SUBDIR+=doscmd \
bluetooth \
ncplist \
ncplogin \
sasc \

View File

@ -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 \