aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/bluetooth
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2007-07-10 16:38:43 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2007-07-10 16:38:43 +0000
commit08b755600f29790c8bd905e800ef9a2d71c9d159 (patch)
treef4b7c8c552471db73c6a585328f0570a9a50f7dd /sys/modules/netgraph/bluetooth
parent74a2924f4d72654a909d3833c5840e870b84a516 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph/bluetooth')
-rw-r--r--sys/modules/netgraph/bluetooth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile
index 2c7ae7a58132b..098ac1adb7763 100644
--- a/sys/modules/netgraph/bluetooth/Makefile
+++ b/sys/modules/netgraph/bluetooth/Makefile
@@ -7,8 +7,9 @@ SUBDIR= \
l2cap \
socket \
bt3c \
- h4 \
ubt \
ubtbcmfw
+# h4 is not MPSAFE. Disconnect for now.
+
.include <bsd.subdir.mk>