freebsd-dev/sys/modules/netgraph/bluetooth/Makefile
Maksim Yevmenkin 51713b2a7b Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.
Reconnect ng_h(4) back to the build.

Reviewed by:	kensmith
Approved by:	re (kensmith)
MFC after:	1 month
2007-08-13 17:19:28 +00:00

15 lines
171 B
Makefile

# $Id: Makefile,v 1.2 2003/04/27 00:22:11 max Exp $
# $FreeBSD$
SUBDIR= \
bluetooth \
hci \
l2cap \
socket \
bt3c \
h4 \
ubt \
ubtbcmfw
.include <bsd.subdir.mk>