aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2007-08-13 17:19:28 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2007-08-13 17:19:28 +0000
commit51713b2a7b128056bae6793e3b10252c1a261d9a (patch)
tree6ec1ae2e52e24e90b9bd6f6eaadebf55814fd142 /sys/modules/netgraph
parent8590152414bdf6aa644bb7289c7b054139e5d707 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/bluetooth/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile
index 098ac1adb776..2c7ae7a58132 100644
--- a/sys/modules/netgraph/bluetooth/Makefile
+++ b/sys/modules/netgraph/bluetooth/Makefile
@@ -7,9 +7,8 @@ SUBDIR= \
l2cap \
socket \
bt3c \
+ h4 \
ubt \
ubtbcmfw
-# h4 is not MPSAFE. Disconnect for now.
-
.include <bsd.subdir.mk>