diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index b67ae786de..f18336625d 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.241 2022/12/22 21:05:48 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.242 2022/12/23 15:59:34 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -58,6 +58,7 @@ MAN= \ | |||
58 | BIO_s_accept.3 \ | 58 | BIO_s_accept.3 \ |
59 | BIO_s_bio.3 \ | 59 | BIO_s_bio.3 \ |
60 | BIO_s_connect.3 \ | 60 | BIO_s_connect.3 \ |
61 | BIO_s_datagram.3 \ | ||
61 | BIO_s_fd.3 \ | 62 | BIO_s_fd.3 \ |
62 | BIO_s_file.3 \ | 63 | BIO_s_file.3 \ |
63 | BIO_s_mem.3 \ | 64 | BIO_s_mem.3 \ |