opnsense-src/sys/modules/netgraph/netflow/Makefile
Kyle Evans 6caae81d93 modules: netflow: need opt_inet.h
This fixes the standalone build.
2021-09-29 23:09:43 -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>