libcrypto: Install tests in the tests package

libcrypto's Makefile.inc used PACKAGE=openssl, which overrides the
PACKAGE=tests in libcrypto/tests/Makefile.  Use PACKAGE?=openssl
instead to avoid this.  This puts the OpenSSL tests in the tests
package where they belong.

MFC after:	1 day
Reviewed by:	manu, ngie
Sponsored by:	https://www.patreon.com/bsdivy
Differential Revision:	https://reviews.freebsd.org/D53595
This commit is contained in:
Lexi Winter
2025-11-05 21:17:31 +00:00
parent 4b342830ab
commit c3b853fe52
+1 -1
View File
@@ -1,6 +1,6 @@
.include <bsd.own.mk>
PACKAGE= openssl
PACKAGE?= openssl
LIB_PACKAGE=
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl