summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2001-10-30 07:28:17 +0000
committerJulian Elischer <julian@FreeBSD.org>2001-10-30 07:28:17 +0000
commit10d7ccab88102c037585ed3750ecf5cf6497fa4d (patch)
tree1217646107547fa0e9a281eaa8969aee241f0b30 /sys/modules/netgraph
parent48810023a37eb15d61d86792e82fbc86d8b53395 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/etf/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/netgraph/etf/Makefile b/sys/modules/netgraph/etf/Makefile
new file mode 100644
index 000000000000..423aacb32949
--- /dev/null
+++ b/sys/modules/netgraph/etf/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+# Ethertype filter
+
+COPTS+=-g
+
+KMOD= ng_etf
+SRCS= ng_etf.c
+NOMAN=
+
+.include <bsd.kmod.mk>