Remove building with NOCRYPTO option
[minix.git] / minix / drivers / storage / vnd / Makefile
blobdb8e301df487aad4a18cdf519fe4e3bd34177442
1 # Makefile for the VNode Disk driver (VND)
2 PROG= vnd
3 SRCS= vnd.c
5 DPADD+= ${LIBBLOCKDRIVER} ${LIBSYS}
6 LDADD+= -lblockdriver -lsys
8 .include <minix.service.mk>