freebsd-dev/sys/modules/netgraph/netflow/Makefile
Gleb Smirnoff cec50dea12 Attach ng_netflow to kernel build.
Approved by:	julian (mentor)
2004-09-16 20:35:28 +00:00

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>