Makefile revision 155824
141227Sjdp# $Id: Makefile,v 1.1 2002/11/24 20:40:04 max Exp $
241227Sjdp# $FreeBSD: head/sys/modules/netgraph/bluetooth/h4/Makefile 155824 2006-02-18 23:49:28Z yar $
341227Sjdp
441227Sjdp.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
541227Sjdp
641227SjdpCFLAGS+=	-I${.CURDIR}/../../../../netgraph/bluetooth/include \
741227Sjdp		-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
841227Sjdp
941227SjdpKMOD=		ng_h4
1041227SjdpSRCS=		ng_h4.c
1141227Sjdp
1241227Sjdp.include <bsd.kmod.mk>
1341227Sjdp