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