summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/netflow/Makefile
blob: 10345c1517e59a6b3f23f3f30cb13d3b69a4dd48 (plain)
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>
OpenPOWER on IntegriCloud