]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/netgraph/bluetooth/l2cap/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / netgraph / bluetooth / l2cap / Makefile
1 # $Id: Makefile,v 1.1 2002/11/24 20:40:11 max Exp $
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/l2cap
5
6 CFLAGS+=        -I${.CURDIR}/../../../../netgraph/bluetooth/include \
7                 -I${.CURDIR}/../../../../netgraph/bluetooth/l2cap
8
9 KMOD=           ng_l2cap
10 SRCS=           ng_l2cap_main.c ng_l2cap_cmds.c ng_l2cap_evnt.c \
11                 ng_l2cap_ulpi.c ng_l2cap_llpi.c ng_l2cap_misc.c
12
13 .include <bsd.kmod.mk>