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 957e8a4cef..0f501ceb83 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.271 2023/09/25 12:00:49 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.272 2023/09/26 15:34:23 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -222,6 +222,7 @@ MAN= \ | |||
222 | EXTENDED_KEY_USAGE_new.3 \ | 222 | EXTENDED_KEY_USAGE_new.3 \ |
223 | GENERAL_NAME_new.3 \ | 223 | GENERAL_NAME_new.3 \ |
224 | HMAC.3 \ | 224 | HMAC.3 \ |
225 | IPAddressRange_new.3 \ | ||
225 | MD5.3 \ | 226 | MD5.3 \ |
226 | NAME_CONSTRAINTS_new.3 \ | 227 | NAME_CONSTRAINTS_new.3 \ |
227 | OBJ_NAME_add.3 \ | 228 | OBJ_NAME_add.3 \ |