]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/netgraph/bpf/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>