Remove building with NOCRYPTO option
[minix3.git] / tests / usr.sbin / mtree / Makefile
blob51fef9bd3f177ede8fb112c87db46420edca408b
1 # $NetBSD: Makefile,v 1.2 2013/01/02 18:11:44 christos Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/usr.sbin/mtree
9 TESTS_SH= t_mtree
11 FILESDIR= ${TESTSDIR}
13 FILES+= d_convert.in
14 FILES+= d_convert_C.out
15 FILES+= d_convert_C_S.out
16 FILES+= d_convert_D.out
17 FILES+= d_convert_D_S.out
18 FILES+= netbsd6_d_create.out
19 FILES+= mtree_d_create.out
20 FILES+= d_merge.in
21 FILES+= d_merge_C_M.out
22 FILES+= d_merge_C_M_S.out
24 .include <bsd.test.mk>