summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-08-12 14:58:46 +0000
committerharti <harti@FreeBSD.org>2004-08-12 14:58:46 +0000
commitb059657b765beee6432577291703ed411cec8211 (patch)
tree05a34fab38ff5e6596e2c9e43874af53b94ecfa8 /sys/modules/netgraph
parent2e8091dd5b60ab5b07fcfca6063ddbae4b3c895e (diff)
downloadFreeBSD-src-b059657b765beee6432577291703ed411cec8211.zip
FreeBSD-src-b059657b765beee6432577291703ed411cec8211.tar.gz
Add the module build stuff for the ATM call control module.
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/atm/Makefile1
-rw-r--r--sys/modules/netgraph/atm/ccatm/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/sys/modules/netgraph/atm/Makefile b/sys/modules/netgraph/atm/Makefile
index c8c4d5d..02de977 100644
--- a/sys/modules/netgraph/atm/Makefile
+++ b/sys/modules/netgraph/atm/Makefile
@@ -4,6 +4,7 @@ SUBDIR= \
atm \
atmbase \
atmpif \
+ ccatm \
sscfu \
sscop \
uni
diff --git a/sys/modules/netgraph/atm/ccatm/Makefile b/sys/modules/netgraph/atm/ccatm/Makefile
new file mode 100644
index 0000000..5626536
--- /dev/null
+++ b/sys/modules/netgraph/atm/ccatm/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+#
+# Author: Harti Brandt <harti@freebsd.org>
+#
+
+LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
+
+.PATH: ${.CURDIR}/../../../../netgraph/atm/ccatm
+.PATH: ${LIBBASE}/netnatm/api
+
+KMOD= ng_ccatm
+SRCS= ng_ccatm.c cc_conn.c cc_data.c cc_dump.c cc_port.c cc_sig.c \
+ cc_user.c unisap.c
+
+CFLAGS+= -I${LIBBASE} -I${LIBBASE}/netnatm/ccatm -DCCATM_DEBUG
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud