summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/netgraph/atm/atmbase/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/netgraph/atm/atmbase/Makefile b/sys/modules/netgraph/atm/atmbase/Makefile
index 98af2e8..1ad4bb6 100644
--- a/sys/modules/netgraph/atm/atmbase/Makefile
+++ b/sys/modules/netgraph/atm/atmbase/Makefile
@@ -7,9 +7,11 @@ LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
.PATH: ${.CURDIR}/../../../../netgraph/atm
.PATH: ${LIBBASE}/netnatm/misc
+.PATH: ${LIBBASE}/netnatm/msg
KMOD= ngatmbase
-SRCS= ngatmbase.c unimsg_common.c
+SRCS= ngatmbase.c unimsg_common.c straddr.c \
+ traffic.c uni_ie.c uni_msg.c
CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG
OpenPOWER on IntegriCloud