xref: /freebsd/sys/modules/netgraph/bluetooth/Makefile (revision fba6f8efb674772b3deff0b5f5674c73d1b0624d)
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	ubt	\
10	ubtbcmfw
11
12.include <bsd.subdir.mk>
13