aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2003-05-10 22:05:14 +0000
committerJulian Elischer <julian@FreeBSD.org>2003-05-10 22:05:14 +0000
commitab0c23d3e2da4edbcb7390db0b56f00f3c3bfe16 (patch)
tree9848862f31665de0b475cc2155ed9449299baf83
parent4eb513daccd08c08864dcac2966b7ef919c4248a (diff)
downloadsrc-ab0c23d3e2da4edbcb7390db0b56f00f3c3bfe16.tar.gz
src-ab0c23d3e2da4edbcb7390db0b56f00f3c3bfe16.zip
Don't compile the broadcom firmware module yet.
Notes
Notes: svn path=/head/; revision=114882
-rw-r--r--usr.sbin/bluetooth/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/Makefile b/usr.sbin/bluetooth/Makefile
index 4a675a4a974d..ba78320f4968 100644
--- a/usr.sbin/bluetooth/Makefile
+++ b/usr.sbin/bluetooth/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
SUBDIR= \
- bcmfw \
bt3cfw \
hccontrol \
hcsecd \
@@ -10,6 +9,8 @@ SUBDIR= \
l2control \
l2ping \
rfcomm_pppd
-
+# Add this when the legal question is answered
+# bcmfw \
+#
.include <bsd.subdir.mk>