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/f9a29cbf765d
branches: trunk
changeset: 359414:f9a29cbf765d
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 f50343e4cf90 -r f9a29cbf765d 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