Module Name: src
Committed By: christos
Date: Fri Feb 9 03:20:21 UTC 2018
Modified Files:
src/tests/crypto/libcrypto/threads: Makefile
Log Message:
put .PATH after the variable is defined.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/crypto/libcrypto/threads/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/crypto/libcrypto/threads/Makefile
diff -u src/tests/crypto/libcrypto/threads/Makefile:1.4 src/tests/crypto/libcrypto/threads/Makefile:1.5
--- src/tests/crypto/libcrypto/threads/Makefile:1.4 Thu Feb 8 18:52:26 2018
+++ src/tests/crypto/libcrypto/threads/Makefile Thu Feb 8 22:20:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/02/08 23:52:26 christos Exp $
+# $NetBSD: Makefile,v 1.5 2018/02/09 03:20:21 christos Exp $
HELPER_NAME= threadstest
HELPER_DIR= threads
@@ -15,8 +15,9 @@ FILESNAME_server.pem= d_server.pem
FILES+= client.pem
FILESNAME_client.pem= d_client.pem
-.PATH: ${OPENSSLSRC}/apps
HELPER_SRCS= ${${HAVE_OPENSSL} == 10 :? mttest.c : threadstest.c}
.include <bsd.init.mk>
+
+.PATH: ${OPENSSLSRC}/apps