]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/netgraph/atm/ccatm/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / netgraph / atm / ccatm / Makefile
1 # $FreeBSD$
2 #
3 # Author: Harti Brandt <harti@freebsd.org>
4 #
5
6 LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
7
8 .PATH: ${.CURDIR}/../../../../netgraph/atm/ccatm
9 .PATH: ${LIBBASE}/netnatm/api
10
11 KMOD=   ng_ccatm
12 SRCS=   ng_ccatm.c cc_conn.c cc_data.c cc_dump.c cc_port.c cc_sig.c     \
13         cc_user.c unisap.c
14
15 CFLAGS+= -I${LIBBASE} -DCCATM_DEBUG
16
17 .include <bsd.kmod.mk>