1# $FreeBSD: stable/11/sys/modules/netgraph/atm/atmbase/Makefile 319182 2017-05-30 04:11:12Z ngie $
2#
3# Author: Harti Brandt <harti@freebsd.org>
4#
5
6LIBBASE= ${SRCTOP}/sys/contrib/ngatm
7
8.PATH: ${SRCTOP}/sys/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