Module Name: src Committed By: christos Date: Fri May 19 18:45:53 UTC 2023
Modified Files: src/crypto/external/bsd/openssl/lib/liblegacy: Makefile Log Message: vax-inate (does not have _pic, .a is pic) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/crypto/external/bsd/openssl/lib/liblegacy/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/liblegacy/Makefile diff -u src/crypto/external/bsd/openssl/lib/liblegacy/Makefile:1.4 src/crypto/external/bsd/openssl/lib/liblegacy/Makefile:1.5 --- src/crypto/external/bsd/openssl/lib/liblegacy/Makefile:1.4 Wed May 17 15:09:42 2023 +++ src/crypto/external/bsd/openssl/lib/liblegacy/Makefile Fri May 19 14:45:52 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2023/05/17 19:09:42 christos Exp $ +# $NetBSD: Makefile,v 1.5 2023/05/19 18:45:52 christos Exp $ # RCSid: # Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp @@ -76,7 +76,11 @@ libinstall:: LDFLAGS+=-Wl,--version-script=${.CURDIR}/${LIB}.map +.if ${MKPICLIB} == "yes" LIBDPLIBS+= common_pic ${.CURDIR}/../libcommon +.else +LIBDPLIBS+= common ${.CURDIR}/../libcommon +.endif LIBDPLIBS+= crypto ${.CURDIR}/../libcrypto .include <bsd.lib.mk>