summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/atm/atmbase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/atm/atmbase/Makefile')
-rw-r--r--sys/modules/netgraph/atm/atmbase/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/modules/netgraph/atm/atmbase/Makefile b/sys/modules/netgraph/atm/atmbase/Makefile
new file mode 100644
index 0000000..98af2e8
--- /dev/null
+++ b/sys/modules/netgraph/atm/atmbase/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+#
+# Author: Harti Brandt <harti@freebsd.org>
+#
+
+LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
+
+.PATH: ${.CURDIR}/../../../../netgraph/atm
+.PATH: ${LIBBASE}/netnatm/misc
+
+KMOD= ngatmbase
+SRCS= ngatmbase.c unimsg_common.c
+
+CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud