mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
cec50dea12
Approved by: julian (mentor)
12 lines
182 B
Makefile
12 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>
|