]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/netgraph/bpf/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / netgraph / bpf / Makefile
1 # $FreeBSD$
2 # $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $
3
4 .PATH: ${.CURDIR}/../../../net
5
6 KMOD=   ng_bpf
7 SRCS=   opt_bpf.h ng_bpf.c bpf_filter.c
8
9 .include <bsd.kmod.mk>