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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/bpf/Makefile b/sys/modules/netgraph/bpf/Makefile
index 0bde4f2..adef38f 100644
--- a/sys/modules/netgraph/bpf/Makefile
+++ b/sys/modules/netgraph/bpf/Makefile
@@ -4,6 +4,6 @@
.PATH: ${.CURDIR}/../../../net
KMOD= ng_bpf
-SRCS= ng_bpf.c bpf_filter.c
+SRCS= opt_bpf.h ng_bpf.c bpf_filter.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud