minix3/drivers/storage/vnd/Makefile

9 lines
159 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for the VNode Disk driver (VND)
PROG= vnd
SRCS= vnd.c
DPADD+= ${LIBBLOCKDRIVER} ${LIBSYS}
LDADD+= -lblockdriver -lsys
.include <minix.service.mk>