summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/netflow/Makefile
blob: 2a8fd626cc02f4b64a95e5e4879f961cd8f4aadd (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 <src.opts.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