]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/netgraph/bpf/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>