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 91c763c8ed..aab725a0e9 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.222 2021/12/08 21:52:29 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.223 2021/12/12 17:31:18 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -48,6 +48,7 @@ MAN= \ | |||
48 | BIO_meth_new.3 \ | 48 | BIO_meth_new.3 \ |
49 | BIO_new.3 \ | 49 | BIO_new.3 \ |
50 | BIO_new_CMS.3 \ | 50 | BIO_new_CMS.3 \ |
51 | BIO_new_NDEF.3 \ | ||
51 | BIO_printf.3 \ | 52 | BIO_printf.3 \ |
52 | BIO_push.3 \ | 53 | BIO_push.3 \ |
53 | BIO_read.3 \ | 54 | BIO_read.3 \ |