opnsense-src/sys/modules/netgraph/netflow/Makefile
Kyle Evans 38e0682c8c modules: netflow: need opt_inet.h
This fixes the standalone build.

(cherry picked from commit 6caae81d93)
2021-10-06 02:10:20 -05:00

11 lines
224 B
Makefile

# $FreeBSD$
#
# 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 opt_route.h
.include <bsd.kmod.mk>