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