]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/netgraph/bluetooth/l2cap/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>