1# $Id: Makefile,v 1.1 2002/11/24 20:39:57 max Exp $
2
3.PATH: ${SRCTOP}/sys/netgraph/bluetooth/common
4
5CFLAGS+=	-I${SRCTOP}/sys/netgraph/bluetooth/include
6
7KMOD=		ng_bluetooth
8SRCS=		ng_bluetooth.c
9
10EXPORT_SYMS=	YES
11
12.include <bsd.kmod.mk>
13