diff options
author | julian <julian@FreeBSD.org> | 2003-06-24 13:25:24 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2003-06-24 13:25:24 +0000 |
commit | 19daaad84f7092869abb2b40db622a33ef418af7 (patch) | |
tree | ec69734baeb5257df8f6abc5bdf1d9a95a1585ab /usr.bin/Makefile | |
parent | cb1a37be82ccba1097c3173081001fbadf92364d (diff) | |
download | FreeBSD-src-19daaad84f7092869abb2b40db622a33ef418af7.zip FreeBSD-src-19daaad84f7092869abb2b40db622a33ef418af7.tar.gz |
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.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 4680121..3c46ba6 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -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 \ |