xref: /dragonfly/sys/netgraph7/bluetooth/Makefile (revision f2c43266)
1# $Id: Makefile,v 1.2 2003/04/27 00:22:11 max Exp $
2# $FreeBSD: head/sys/modules/netgraph/bluetooth/Makefile 181233 2008-08-03 10:32:17Z ed $
3
4SUBDIR=	\
5	bluetooth \
6	drivers \
7	hci	\
8	l2cap	\
9	socket
10
11.include <bsd.subdir.mk>
12