summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/atm/sscfu/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-10-24 07:42:08 +0000
committerharti <harti@FreeBSD.org>2003-10-24 07:42:08 +0000
commitcc7174a82d7ded9812a0924918ae3a743f9ce9d9 (patch)
treedc0ea61c94ca963cbe32c9ad306e74ce09cdbb06 /sys/modules/netgraph/atm/sscfu/Makefile
parente43801eab1f3da0b4a906ce7f56652cc862468cf (diff)
downloadFreeBSD-src-cc7174a82d7ded9812a0924918ae3a743f9ce9d9.zip
FreeBSD-src-cc7174a82d7ded9812a0924918ae3a743f9ce9d9.tar.gz
Module build infrastructure for the NgATM SAA layer.
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