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