summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gre/Makefile
blob: db8f9f197a89901263d86deb925899dd1a60edda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

.PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6
.include "${.CURDIR}/../../conf/kern.opts.mk"

KMOD=	if_gre
SRCS=	if_gre.c opt_inet.h opt_inet6.h

.if ${MK_INET_SUPPORT} != "no"
SRCS+=	ip_gre.c
.endif

.if ${MK_INET6_SUPPORT} != "no"
SRCS+=	ip6_gre.c
.endif

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