Makefile revision 70711
1# $FreeBSD: head/sys/modules/netgraph/bpf/Makefile 70711 2001-01-06 14:00:42Z obrien $
2# $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $
3
4.PATH: ${.CURDIR}/../../../net
5
6KMOD=	ng_bpf
7SRCS= 	ng_bpf.c bpf_filter.c
8NOMAN=
9
10.include <bsd.kmod.mk>
11