Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2015/10/19 16:16:39 pooka Exp $
2#
3
4.PATH:	${.CURDIR}/../../../../net
5
6LIB=	rumpnet_tap
7COMMENT=/dev/tap virtual Ethernet interface
8
9IOCONF=	TAP.ioconf
10SRCS=	if_tap.c
11
12SRCS+=	tap_component.c
13
14CPPFLAGS+=	-I${.CURDIR}/../../../librump/rumpvfs
15
16.include <bsd.lib.mk>
17.include <bsd.klinks.mk>
18