xref: /netbsd-src/sys/rump/net/lib/libtap/Makefile (revision a24efa7dea9f1f56c3bdb15a927d3516792ace1c)
1#	$NetBSD: Makefile,v 1.5 2016/01/26 23:12:19 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
14.include <bsd.lib.mk>
15.include <bsd.klinks.mk>
16