summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bluetooth/h4/Makefile
blob: c5d63b5adf1bdbc1999a6ae756dcfc9914635660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id: Makefile,v 1.1 2002/11/24 20:40:04 max Exp $
# $FreeBSD$

.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4

CFLAGS+=	-I${.CURDIR}/../../../../netgraph/bluetooth/include \
		-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4

KMOD=		ng_h4
SRCS=		ng_h4.c
MAN4=		ng_h4.4

.include <bsd.kmod.mk>

OpenPOWER on IntegriCloud