1 # $FreeBSD$
2 #
3 # Author: Harti Brandt <harti@freebsd.org>
4 #
5
6 LIBBASE= ${SRCTOP}/sys/contrib/ngatm
7
8 .PATH: ${SRCTOP}/sys/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 EXPORT_SYMS= YES
19
20 .include <bsd.kmod.mk>
Cache object: 93504df01921b3196bd1c648fb60a118
|