# $FreeBSD: stable/5/sys/modules/netgraph/netflow/Makefile 137540 2004-11-10 19:11:13Z glebius $
#
# Author: Gleb Smirnoff <glebius@freebsd.org>
#

.PATH: ${.CURDIR}/../../../netgraph/netflow

KMOD=   ng_netflow
SRCS=   ng_netflow.c netflow.c

.include <bsd.kmod.mk>
