Makefile revision 114878
1# $Id: Makefile,v 1.1 2002/11/24 20:40:11 max Exp $
2# $FreeBSD: head/sys/modules/netgraph/bluetooth/l2cap/Makefile 114878 2003-05-10 21:44:42Z julian $
3
4.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/l2cap
5
6CFLAGS+=	-g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
7		-I${.CURDIR}/../../../../netgraph/bluetooth/l2cap
8
9#CFLAGS+=	-DINVARIANTS=1 -DINVARIANT_SUPPORT=1 
10
11KMOD=		ng_l2cap
12SRCS=		ng_l2cap_main.c ng_l2cap_cmds.c ng_l2cap_evnt.c \
13		ng_l2cap_ulpi.c ng_l2cap_llpi.c ng_l2cap_misc.c
14MAN4=		ng_l2cap.4
15
16.include <bsd.kmod.mk>
17