diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2003-11-03 09:18:52 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2003-11-03 09:18:52 +0000 |
commit | ed70dde057247cfa3af40b2556e24d357dfa5ab6 (patch) | |
tree | b267e312777f51352f0a810e4bea9555ba7ad795 | |
parent | 5ba1bf11b625fc0f302d6f796ed43499a5534c7a (diff) |
Notes
-rw-r--r-- | sys/modules/netgraph/atm/atmbase/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/netgraph/atm/atmbase/Makefile b/sys/modules/netgraph/atm/atmbase/Makefile index 98af2e89a0c5..1ad4bb6b6079 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 |