aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_gre/Makefile
blob: 5a6ea98d59aeb8100b3536187b06a9ca49418f73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

SYSDIR?=${SRCTOP}/sys
.PATH: ${SYSDIR}/net ${SYSDIR}/netinet ${SYSDIR}/netinet6
.include "${SYSDIR}/conf/kern.opts.mk"

KMOD=	if_gre
SRCS=	if_gre.c opt_inet.h opt_inet6.h
SRCS.INET=	ip_gre.c
SRCS.INET6=	ip6_gre.c

.include <bsd.kmod.mk>