1# $FreeBSD$ 2# 3# Author: Gleb Smirnoff <glebius@freebsd.org> 4# 5 6.PATH: ${.CURDIR}/../../../netgraph/netflow 7 8KMOD= ng_netflow 9SRCS= ng_netflow.c netflow.c 10 11.include <bsd.kmod.mk> 12