summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib/libvnd/Makefile
blob: 0402dfc3aad19e6e69dc67da832362b17852073f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.4 2016/01/26 23:12:16 pooka Exp $
#

.PATH:	${.CURDIR}/../../../../dev

LIB=	rumpdev_vnd
COMMENT=Present a regular file as a block device (/dev/vnd)

IOCONF=	VND.ioconf
SRCS=   vnd.c

SRCS+=	vnd_component.c

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