summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bpf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/bpf/Makefile')
-rw-r--r--sys/modules/netgraph/bpf/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/netgraph/bpf/Makefile b/sys/modules/netgraph/bpf/Makefile
new file mode 100644
index 0000000..6f1714c
--- /dev/null
+++ b/sys/modules/netgraph/bpf/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+# $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $
+
+KMOD= ng_bpf
+SRCS= ng_bpf.c bpf_filter.c
+MAN8= ng_bpf.8
+KMODDEPS= netgraph
+
+.PATH: ../../../net
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud