1# $FreeBSD$
2#
3# Author: Harti Brandt <harti@freebsd.org>
4#
5
6LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
7
8.PATH: ${.CURDIR}/../../../../netgraph/atm
9.PATH: ${LIBBASE}/netnatm/misc
10.PATH: ${LIBBASE}/netnatm/msg
11
12KMOD=	ngatmbase
13SRCS= 	ngatmbase.c unimsg_common.c straddr.c				\
14	traffic.c uni_ie.c uni_msg.c
15
16CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG
17
18.include <bsd.kmod.mk>
19