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