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:
parent
cb1a37be82
commit
19daaad84f
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user