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