Remove building with NOCRYPTO option
[minix.git] / tests / fs / nullfs / Makefile
blob50822061c1f2d1fde3fab9da1ce5e17186fbc852
1 # $NetBSD: Makefile,v 1.4 2014/06/10 04:28:39 he Exp $
4 TESTSDIR= ${TESTSBASE}/fs/nullfs
5 WARNS= 4
7 TESTS_C= t_basic
9 LDADD+= -lrumpfs_tmpfs -lrumpfs_null -lrumpvfs_layerfs # fs drivers
10 LDADD+= -lrumpvfs -lrump -lrumpuser -lrump -lpthread # base
12 .include <bsd.test.mk>