freebsd-dev/sys/modules/netgraph/bpf/Makefile
Jung-uk Kim 848c454cc1 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.
2005-12-07 21:30:47 +00:00

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>