Handle OpenSSL-3.x

This commit is contained in:
christos 2023-05-11 16:18:31 +00:00
parent fcbfaf3da8
commit 7ed2aff630
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2022/09/24 17:38:18 christos Exp $
# $NetBSD: Makefile,v 1.4 2023/05/11 16:18:31 christos Exp $
LIBISPRIVATE=yes
.include <bsd.init.mk>
@ -51,5 +51,7 @@ LIBDPLIBS+= ${DPLIBS}
.include <bsd.lib.mk>
COPTS.tsig-openssl.c+= -Wno-error=deprecated-declarations
# Use the generated files
.y.c:

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2017/01/07 19:51:22 christos Exp $
# $NetBSD: Makefile,v 1.2 2023/05/11 16:18:31 christos Exp $
PROG=nsd-checkzone
@ -15,4 +15,6 @@ zlexer.c \
zonec.c \
zparser.c
COPTS.server.c+= -Wno-error=deprecated-declarations
.include <bsd.prog.mk>

View File

@ -1,5 +1,7 @@
# $NetBSD: Makefile,v 1.1 2017/01/07 19:51:22 christos Exp $
# $NetBSD: Makefile,v 1.2 2023/05/11 16:18:31 christos Exp $
PROG=nsd-control
COPTS.nsd-control.c+= -Wno-error=deprecated-declarations
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2017/01/07 19:51:22 christos Exp $
# $NetBSD: Makefile,v 1.2 2023/05/11 16:18:31 christos Exp $
PROG=nsd
@ -18,4 +18,6 @@ zparser.c
MAN+=${PROG}.conf.5
${PROG}.conf.5: ${PROG}.conf.5.in __subst
COPTS.server.c+= -Wno-error=deprecated-declarations
.include <bsd.prog.mk>