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