Makefile revision 107131
1# $Id: Makefile,v 1.7 2002/11/03 02:15:54 max Exp $
2# $FreeBSD: head/sys/modules/netgraph/bluetooth/h4/Makefile 107131 2002-11-21 07:21:45Z imp $
3
4.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
5
6CFLAGS+=	-g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
7		-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4 \
8		-DINVARIANTS=1 -DINVARIANT_SUPPORT=1
9#		-DWITNESS=1 -DWITNESS_SKIPSPIN=1
10
11KMOD=		ng_h4
12SRCS=		ng_h4.c
13MAN4=		ng_h4.4
14
15.include <bsd.kmod.mk>
16
17