Remove building with NOCRYPTO option
[minix3.git] / tests / lib / libc / Makefile
blob237ee697cb48c38d39d8915a40887514f82fc30c
1 # $NetBSD: Makefile,v 1.47 2014/02/17 10:10:41 martin Exp $
3 .include "Makefile.inc"
4 .include <bsd.own.mk>
6 # LSC: Unsupported on MINIX
7 SUBDIR+= tls_dso .WAIT # sync
9 # LSC: Unsupported on MINIX
10 # c063 gen rpc setjmp
11 # sys tls ttyio
12 # LSC: db hangs, so compiled, installed, but not added to the testsuite by
13 # default
14 SUBDIR+= db
15 TESTS_SUBDIRS+= hash inet locale net regex stdlib
16 TESTS_SUBDIRS+= stdio string termios time
18 .if !defined(__MINIX)
19 .if ${HAVE_SSP} == "yes"
20 TESTS_SUBDIRS+= ssp
21 .endif
22 .endif # !defined(__MINIX)
24 TESTSDIR= ${TESTSBASE}/lib/libc
26 TESTS_C+= t_convfp
27 TESTS_C+= t_gdtoa
28 TESTS_C+= t_cdb
30 .include <bsd.test.mk>