summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libl2tp/Makefile
blob: 8541e39c3aac5a496c4e9e5a617bd541878c128e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.1 2017/02/16 08:39:10 knakahara Exp $
#

.PATH:	${.CURDIR}/../../../../net ${.CURDIR}/../../../../netinet	\
	${.CURDIR}/../../../../netinet6

LIB=	rumpnet_l2tp
COMMENT= L2TPv3 interface

IOCONF=	L2TP.ioconf
SRCS=	if_l2tp.c in_l2tp.c in6_l2tp.c

SRCS+=	l2tp_component.c

.include <bsd.lib.mk>
.include <bsd.klinks.mk>