diff options
author | julian <julian@FreeBSD.org> | 2003-06-24 19:11:14 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2003-06-24 19:11:14 +0000 |
commit | 4e5ab317422ec922418bba3b544e176fe3e2ab88 (patch) | |
tree | 7cc422512e5bafa551ae043526e93aee2b386c77 /usr.sbin | |
parent | 365585637af54c1ea03c7ac0b7412489717bb5a7 (diff) | |
download | FreeBSD-src-4e5ab317422ec922418bba3b544e176fe3e2ab88.zip FreeBSD-src-4e5ab317422ec922418bba3b544e176fe3e2ab88.tar.gz |
Temporarily re-remove the bluetooth tools..
there are problems with their Makefiles I wasn't aware of..
Pointed out by: ru@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 65acba6..b394af9 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -170,12 +170,10 @@ SUBDIR+=elf2exe \ pnpinfo .endif -# Move bluetooth when tested on other architectures .if ${MACHINE_ARCH} == "i386" SUBDIR+=acpi \ apm \ apmd \ - bluetooth \ btxld \ kgmon \ kgzip \ |