aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/bluetooth/Makefile
blob: 954c669289007515c23f46600068a73cb8da351e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile,v 1.2 2003/04/27 00:22:11 max Exp $
# $FreeBSD: src/sys/modules/netgraph/bluetooth/Makefile,v 1.2 2003/05/10 21:44:37 julian Exp $

SUBDIR=	\
	bluetooth \
	hci	\
	l2cap	\
	socket	\
	bt3c	\
	h4	\
	ubt	\
	ubtbcmfw

.include <bsd.subdir.mk>