xref: /minix3/minix/drivers/storage/vnd/Makefile (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1# Makefile for the VNode Disk driver (VND)
2PROG=	vnd
3SRCS=	vnd.c
4
5DPADD+=	${LIBBLOCKDRIVER} ${LIBSYS}
6LDADD+=	-lblockdriver -lsys
7
8.include <minix.service.mk>
9