summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/split
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2001-02-22 17:14:36 +0000
committerJulian Elischer <julian@FreeBSD.org>2001-02-22 17:14:36 +0000
commitcdee49f9867734b89831039db7f39baa0b1f9412 (patch)
tree1ffc238c488f204e98ae1edae043bda1b10c2ce8 /sys/modules/netgraph/split
parent640c22333fba537525383830e1b6b2d10b9aee26 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph/split')
-rw-r--r--sys/modules/netgraph/split/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/netgraph/split/Makefile b/sys/modules/netgraph/split/Makefile
new file mode 100644
index 000000000000..90226c0f809a
--- /dev/null
+++ b/sys/modules/netgraph/split/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+#
+
+KMOD= ng_split
+SRCS= ng_split.c
+NOMAN=
+
+.include <bsd.kmod.mk>