mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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.
9 lines
180 B
Makefile
9 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>
|