Module Name: src Committed By: christos Date: Tue May 9 21:08:34 UTC 2023
Modified Files: src/external/bsd/pam-u2f/bin/pamu2fcfg: Makefile Log Message: Handle OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/pam-u2f/bin/pamu2fcfg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/pam-u2f/bin/pamu2fcfg/Makefile diff -u src/external/bsd/pam-u2f/bin/pamu2fcfg/Makefile:1.4 src/external/bsd/pam-u2f/bin/pamu2fcfg/Makefile:1.5 --- src/external/bsd/pam-u2f/bin/pamu2fcfg/Makefile:1.4 Wed Nov 4 08:46:46 2020 +++ src/external/bsd/pam-u2f/bin/pamu2fcfg/Makefile Tue May 9 17:08:34 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/11/04 13:46:46 khorben Exp $ +# $NetBSD: Makefile,v 1.5 2023/05/09 21:08:34 christos Exp $ .include <bsd.own.mk> @@ -27,4 +27,6 @@ pamu2fcfg.1: xsltproc --nonet --xinclude -o pamu2fcfg.1 'http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl' pamu2fcfg.1.xml rm -f pamu2fcfg.1.xml +COPTS.util.c+= -Wno-error=deprecated-declarations + .include <bsd.prog.mk>