]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/bpf/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / sys / modules / netgraph / bpf / Makefile
1 # $FreeBSD$
2 # $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $
3
4 KMOD=           ng_bpf
5 SRCS=           ng_bpf.c bpf_filter.c
6 MAN8=           ng_bpf.8
7 KMODDEPS=       netgraph
8
9 .PATH:          ${.CURDIR}/../../../net
10
11 .include <bsd.kmod.mk>