mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
11 lines
182 B
Makefile
11 lines
182 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Author: Gleb Smirnoff <glebius@freebsd.org>
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../netgraph/netflow
|
|
|
|
KMOD= ng_netflow
|
|
SRCS= ng_netflow.c netflow.c
|
|
|
|
.include <bsd.kmod.mk>
|