opnsense-src/sys/modules/netgraph/netflow/Makefile

12 lines
182 B
Makefile
Raw Normal View History

# $FreeBSD$
#
# Author: Gleb Smirnoff <glebius@freebsd.org>
#
.PATH: ${.CURDIR}/../../../netgraph/netflow
KMOD= ng_netflow
SRCS= ng_netflow.c netflow.c
.include <bsd.kmod.mk>