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/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 2ac6e5b6f6..bce02f647f 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.18 2015/02/16 16:42:14 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.19 2015/02/23 17:43:24 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -33,8 +33,6 @@ MAN= \
33 BIO_s_socket.3 \ 33 BIO_s_socket.3 \
34 BIO_set_callback.3 \ 34 BIO_set_callback.3 \
35 BIO_should_retry.3 \ 35 BIO_should_retry.3 \
36
37GENMAN= \
38 BN_BLINDING_new.3 \ 36 BN_BLINDING_new.3 \
39 BN_CTX_new.3 \ 37 BN_CTX_new.3 \
40 BN_CTX_start.3 \ 38 BN_CTX_start.3 \
@@ -53,6 +51,8 @@ GENMAN= \
53 BN_set_bit.3 \ 51 BN_set_bit.3 \
54 BN_swap.3 \ 52 BN_swap.3 \
55 BN_zero.3 \ 53 BN_zero.3 \
54
55GENMAN= \
56 BUF_MEM_new.3 \ 56 BUF_MEM_new.3 \
57 CONF_modules_free.3 \ 57 CONF_modules_free.3 \
58 CONF_modules_load_file.3 \ 58 CONF_modules_load_file.3 \