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 2003-06-24 13:25:24 +00:00
parent cb1a37be82
commit 19daaad84f
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 \