summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/netflow/Makefile
blob: fb38b241e5cc29038e3594ad84887ef42bcded65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$
#
# Author: Gleb Smirnoff <glebius@freebsd.org>
#

.include <bsd.own.mk>

.PATH: ${.CURDIR}/../../../netgraph/netflow

KMOD=   ng_netflow
SRCS=   ng_netflow.c netflow.c netflow_v9.c opt_inet6.h opt_route.h

.if !defined(KERNBUILDDIR)

.if ${MK_INET6_SUPPORT} != "no"
opt_inet6.h:
	echo "#define INET6 1" > ${.TARGET}
.endif

.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud