xref: /freebsd/sys/modules/netgraph/bluetooth/Makefile (revision 2be1a816b9ff69588e55be0a84cbe2a31efc0f2f)
1# $Id: Makefile,v 1.2 2003/04/27 00:22:11 max Exp $
2# $FreeBSD$
3
4SUBDIR=	\
5	bluetooth \
6	hci	\
7	l2cap	\
8	socket	\
9	bt3c	\
10	h4	\
11	ubt	\
12	ubtbcmfw
13
14.include <bsd.subdir.mk>
15