Remove building with NOCRYPTO option
[minix.git] / tests / lib / libpthread / Makefile
blob4f227aaa8effe665c65d9efdfea8e88f8afb0e42
1 # $NetBSD: Makefile,v 1.11 2013/04/12 17:18:11 christos Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/lib/libpthread
8 LDADD+= -lpthread
9 LDADD.t_fpu+= -lm
11 .include "${.PARSEDIR}/../csu/Makefile.check_stack"
13 SRCS.t_join= t_join.c ${SRCS_CHECK_STACK}
14 CPPFLAGS.t_join.c+= ${CPPFLAGS_CHECK_STACK}
15 CPPFLAGS.t_condwait.c+= -I${.CURDIR}/../libc/gen
17 TESTS_SH+= t_atexit
18 TESTS_C+= t_barrier
19 TESTS_SH+= t_cancel
20 TESTS_C+= t_cond
21 TESTS_C+= t_condwait
22 TESTS_C+= t_detach
23 TESTS_C+= t_equal
24 TESTS_SH+= t_exit
25 TESTS_C+= t_fork
26 TESTS_C+= t_fpu
27 TESTS_C+= t_join
28 TESTS_C+= t_kill
29 TESTS_C+= t_mutex
30 TESTS_C+= t_name
31 TESTS_C+= t_once
32 TESTS_C+= t_preempt
33 TESTS_SH+= t_resolv
34 TESTS_C+= t_rwlock
35 TESTS_C+= t_sem
36 TESTS_C+= t_sigmask
37 TESTS_C+= t_sigsuspend
38 TESTS_C+= t_siglongjmp
39 TESTS_C+= t_sleep
40 TESTS_C+= t_swapcontext
42 LDADD.t_sem+= -lrt
44 BINDIR= ${TESTSDIR}
45 PROGS= h_atexit
46 PROGS+= h_cancel
47 PROGS+= h_exit
48 PROGS+= h_resolv
50 FILESDIR= ${TESTSDIR}
51 FILES= d_mach
53 SUBDIR= dlopen
55 .include <bsd.test.mk>