Module Name:    src
Committed By:   riastradh
Date:           Fri Jun 28 21:59:18 UTC 2024

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto: Makefile

Log Message:
libcrypto: No need for ${.CURDIR}/ qualification in VERSION_MAP.

PR lib/58376


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 \
    src/crypto/external/bsd/openssl/lib/libcrypto/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/Makefile
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.34 src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.35
--- src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.34	Fri Jun 28 21:15:55 2024
+++ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile	Fri Jun 28 21:59:18 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.34 2024/06/28 21:15:55 riastradh Exp $
+#	$NetBSD: Makefile,v 1.35 2024/06/28 21:59:18 riastradh Exp $
 
 # RCSid:
 #	Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -246,7 +246,7 @@ COPTS.eng_padlock.c = -Wno-stack-protect
 
 INCSDIR=/usr/include/openssl
 
-VERSION_MAP=	${.CURDIR}/crypto.map
+VERSION_MAP=	crypto.map
 
 PKGCONFIG=libcrypto
 .include "${.CURDIR}/../../pkgconfig.mk"

Reply via email to