# /tmp/rpki-client-regress.diff Index: openssl/Makefile =================================================================== RCS file: /cvs/src/regress/usr.sbin/rpki-client/openssl/Makefile,v diff -u -p -r1.6 Makefile --- openssl/Makefile 10 Nov 2025 16:29:08 -0000 1.6 +++ openssl/Makefile 13 Nov 2025 12:11:42 -0000 @@ -15,7 +15,7 @@ build-check: ${MAKE} -C ${.CURDIR}/build sanity: build-check - ${.OBJDIR}/build/rpki-client -f ${.CURDIR}/../mft/*.mft + ${MAKE} -C ${.CURDIR}/build sanity REGRESS_TARGETS += build-check REGRESS_TARGETS += sanity Index: openssl/build/Makefile =================================================================== RCS file: /cvs/src/regress/usr.sbin/rpki-client/openssl/build/Makefile,v diff -u -p -r1.2 Makefile --- openssl/build/Makefile 11 Nov 2025 09:15:53 -0000 1.2 +++ openssl/build/Makefile 13 Nov 2025 12:11:42 -0000 @@ -17,7 +17,10 @@ CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED .include "${.CURDIR}/../../../../../usr.sbin/rpki-client/Makefile" +sanity: all + ${.OBJDIR}/rpki-client -f ${.CURDIR}/../../mft/*.mft .else all: +sanity: @echo SKIPPED: test depends on openssl--%3.5 and libretls .endif