]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/netgraph/bluetooth/l2cap/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>