Remove building with NOCRYPTO option
[minix.git] / minix / drivers / storage / fbd / Makefile
blob45bb655d1a39ea3b16f74c2e2f7a0f4cb645dd53
1 # Makefile for the Faulty Block Device (FBD)
3 .include <bsd.own.mk>
5 PROG= fbd
6 SRCS= fbd.c rule.c action.c
8 DPADD+= ${LIBBLOCKDRIVER} ${LIBSYS}
9 LDADD+= -lblockdriver -lsys
10 CPPFLAGS+= -DDEBUG=0
12 # The FBD driver requires NetBSD libc.
14 .include <minix.service.mk>