diff --git a/sys/modules/netgraph/atm/atmbase/Makefile b/sys/modules/netgraph/atm/atmbase/Makefile index 98af2e89a0c..1ad4bb6b607 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