opnsense-src/sys/modules/netgraph/netflow/Makefile
Franco Fichtner eb99233983 src: clean-cut move to release/11.0.0
Taken from: FreeBSD
Commit ref: d508cb8c8f
2016-10-03 12:28:21 +02:00

11 lines
219 B
Makefile

# $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>