848c454cc1
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.
10 lines
180 B
Makefile
10 lines
180 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../../net
|
|
|
|
KMOD= ng_bpf
|
|
SRCS= opt_bpf.h ng_bpf.c bpf_filter.c
|
|
|
|
.include <bsd.kmod.mk>
|