summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libgif/Makefile
blob: 160b9e62d6601e9e2e4e6a35c88b7be52afded53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.1 2015/11/04 23:57:06 knakahara Exp $
#

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

LIB=	rumpnet_gif
COMMENT= generic tunnel interface

IOCONF=	GIF.ioconf
SRCS=	if_gif.c in_gif.c in6_gif.c ip_ecn.c

SRCS+=	gif_component.c

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