Remove building with NOCRYPTO option
[minix.git] / tests / crypto / libcrypto / threads / Makefile
blob68f0570c9f298ae0c7bed6900646c39cc37bd03f
1 # $NetBSD: Makefile,v 1.2 2009/02/14 05:07:54 cube Exp $
3 HELPER_NAME= threadstest
4 HELPER_DIR= threads
5 HELPER_SRCS= mttest.c
7 CPPFLAGS+= -DPTHREADS
8 CFLAGS+= -pthread
10 DPADD+= ${LIBPTHREAD} ${LIBSSL}
11 LDADD+= -lpthread -lssl
13 FILESDIR= ${TESTSDIR}
14 FILES= server.pem
15 FILESNAME_server.pem= d_server.pem
16 FILES+= client.pem
17 FILESNAME_client.pem= d_client.pem
19 .include <bsd.init.mk>
21 .PATH: ${OPENSSLSRC}/apps