summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2023-05-09 01:47:21 +0000
committerchristos <christos@NetBSD.org>2023-05-09 01:47:21 +0000
commit8a85a3b91177e2d0f897ed3665ff18d5e012625b (patch)
treefcc76e2c9523c7ca861281cd96edfb178002f282 /libexec
parent63e0ceabc30d9b3e4fadf6ad3a4fd8b6f6d9673a (diff)
accommodate OpenSSL-3.x
Diffstat (limited to 'libexec')
-rw-r--r--libexec/httpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/httpd/Makefile b/libexec/httpd/Makefile
index bee5a8b0e73..64aa9901a16 100644
--- a/libexec/httpd/Makefile
+++ b/libexec/httpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/02/28 04:18:46 mrg Exp $
+# $NetBSD: Makefile,v 1.32 2023/05/09 01:47:21 christos Exp $
#
# $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
#
@@ -33,6 +33,8 @@ SRCS= bozohttpd.c ssl-bozo.c auth-bozo.c cgi-bozo.c daemon-bozo.c \
tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c lua-bozo.c
SRCS+= main.c
+COPTS.ssl-bozo.c+=-Wno-error=deprecated-declarations
+
LDADD= -lblocklist -lcrypt -llua -lm
DPADD= ${LIBBLOCKLIST} ${LIBCRYPT} ${LIBLUA} ${LIBM}