put .PATH after the variable is defined.

This commit is contained in:
christos 2018-02-09 03:20:21 +00:00
parent 2188bc148a
commit c885e6eac2

View File

@ -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