summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index a40bb39167..f676472ff6 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.35 2016/11/02 09:11:53 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.36 2016/11/02 11:57:56 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -63,16 +63,6 @@ MAN= \
63 DH_new.3 \ 63 DH_new.3 \
64 DH_set_method.3 \ 64 DH_set_method.3 \
65 DH_size.3 \ 65 DH_size.3 \
66 ECDSA_SIG_new.3 \
67 EVP_AEAD_CTX_init.3 \
68 UI_new.3 \
69 bn_dump.3 \
70 crypto.3 \
71 d2i_PKCS8PrivateKey_bio.3 \
72 des_read_pw.3 \
73 lh_new.3 \
74
75GENMAN= \
76 DSA_SIG_new.3 \ 66 DSA_SIG_new.3 \
77 DSA_do_sign.3 \ 67 DSA_do_sign.3 \
78 DSA_dup_DH.3 \ 68 DSA_dup_DH.3 \
@@ -89,6 +79,16 @@ GENMAN= \
89 EC_KEY_new.3 \ 79 EC_KEY_new.3 \
90 EC_POINT_add.3 \ 80 EC_POINT_add.3 \
91 EC_POINT_new.3 \ 81 EC_POINT_new.3 \
82 ECDSA_SIG_new.3 \
83 EVP_AEAD_CTX_init.3 \
84 UI_new.3 \
85 bn_dump.3 \
86 crypto.3 \
87 d2i_PKCS8PrivateKey_bio.3 \
88 des_read_pw.3 \
89 lh_new.3 \
90
91GENMAN= \
92 ERR.3 \ 92 ERR.3 \
93 ERR_GET_LIB.3 \ 93 ERR_GET_LIB.3 \
94 ERR_clear_error.3 \ 94 ERR_clear_error.3 \