Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/crypto/libcrypto/threads put .PATH after the variable ...



details:   https://anonhg.NetBSD.org/src/rev/b11bee343a5c
branches:  trunk
changeset: 829715:b11bee343a5c
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 09 03:20:21 2018 +0000

description:
put .PATH after the variable is defined.

diffstat:

 tests/crypto/libcrypto/threads/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 5992ccb3427b -r b11bee343a5c tests/crypto/libcrypto/threads/Makefile
--- a/tests/crypto/libcrypto/threads/Makefile   Fri Feb 09 02:51:32 2018 +0000
+++ b/tests/crypto/libcrypto/threads/Makefile   Fri Feb 09 03:20:21 2018 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index