summaryrefslogtreecommitdiff
path: root/crypto/libcrypto/threads/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libcrypto/threads/Makefile')
-rw-r--r--crypto/libcrypto/threads/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/libcrypto/threads/Makefile b/crypto/libcrypto/threads/Makefile
new file mode 100644
index 0000000000000..68f0570c9f298
--- /dev/null
+++ b/crypto/libcrypto/threads/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.2 2009/02/14 05:07:54 cube Exp $
+
+HELPER_NAME= threadstest
+HELPER_DIR= threads
+HELPER_SRCS= mttest.c
+
+CPPFLAGS+= -DPTHREADS
+CFLAGS+= -pthread
+
+DPADD+= ${LIBPTHREAD} ${LIBSSL}
+LDADD+= -lpthread -lssl
+
+FILESDIR= ${TESTSDIR}
+FILES= server.pem
+FILESNAME_server.pem= d_server.pem
+FILES+= client.pem
+FILESNAME_client.pem= d_client.pem
+
+.include <bsd.init.mk>
+
+.PATH: ${OPENSSLSRC}/apps