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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index fd422f02dc..718bf91e61 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.49 2016/11/05 15:01:54 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.50 2016/11/05 20:36:11 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -47,6 +47,7 @@ MAN= \
47 BN_num_bytes.3 \ 47 BN_num_bytes.3 \
48 BN_rand.3 \ 48 BN_rand.3 \
49 BN_set_bit.3 \ 49 BN_set_bit.3 \
50 BN_set_negative.3 \
50 BN_swap.3 \ 51 BN_swap.3 \
51 BN_zero.3 \ 52 BN_zero.3 \
52 BUF_MEM_new.3 \ 53 BUF_MEM_new.3 \