diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index f4fd152ff7..1989a25092 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.38 2016/11/03 09:35:34 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.39 2016/11/03 10:02:57 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -115,6 +115,8 @@ MAN= \ | |||
115 | EVP_SealInit.3 \ | 115 | EVP_SealInit.3 \ |
116 | EVP_SignInit.3 \ | 116 | EVP_SignInit.3 \ |
117 | EVP_VerifyInit.3 \ | 117 | EVP_VerifyInit.3 \ |
118 | HMAC.3 \ | ||
119 | MD5.3 \ | ||
118 | UI_new.3 \ | 120 | UI_new.3 \ |
119 | bn_dump.3 \ | 121 | bn_dump.3 \ |
120 | crypto.3 \ | 122 | crypto.3 \ |
@@ -124,8 +126,6 @@ MAN= \ | |||
124 | lh_new.3 \ | 126 | lh_new.3 \ |
125 | 127 | ||
126 | GENMAN= \ | 128 | GENMAN= \ |
127 | HMAC.3 \ | ||
128 | MD5.3 \ | ||
129 | OBJ_nid2obj.3 \ | 129 | OBJ_nid2obj.3 \ |
130 | OPENSSL_VERSION_NUMBER.3 \ | 130 | OPENSSL_VERSION_NUMBER.3 \ |
131 | OPENSSL_config.3 \ | 131 | OPENSSL_config.3 \ |