From 99ef252d151a0dde1dc3f64330213074bb08fd64 Mon Sep 17 00:00:00 2001 From: jkim Date: Wed, 7 Dec 2005 21:30:47 +0000 Subject: Add BPF Just-In-Time compiler support for ng_bpf(4). The sysctl is changed from net.bpf.jitter.enable to net.bpf_jitter.enable and this controls both bpf(4) and ng_bpf(4) now. --- sys/modules/netgraph/bpf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') 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 -- cgit v1.1