]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/netgraph/atm/atmbase/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 / atmbase / Makefile
1 # $FreeBSD$
2 #
3 # Author: Harti Brandt <harti@freebsd.org>
4 #
5
6 LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
7
8 .PATH: ${.CURDIR}/../../../../netgraph/atm
9 .PATH: ${LIBBASE}/netnatm/misc
10 .PATH: ${LIBBASE}/netnatm/msg
11
12 KMOD=   ngatmbase
13 SRCS=   ngatmbase.c unimsg_common.c straddr.c                           \
14         traffic.c uni_ie.c uni_msg.c
15
16 CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG
17
18 .include <bsd.kmod.mk>