blob: c743db9d7eca5695fd909290eac10cc50a04899b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#
# Author: Gleb Smirnoff <glebius@freebsd.org>
#
.PATH: ${SRCTOP}/sys/netgraph/netflow
KMOD= ng_netflow
SRCS= ng_netflow.c netflow.c netflow_v9.c opt_inet.h opt_inet6.h
.include <bsd.kmod.mk>
|