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, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 4d23082d1f..89533851fb 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.73 2016/12/11 14:22:43 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.74 2016/12/11 18:06:09 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -218,7 +218,9 @@ MAN= \
218 i2d_PKCS7_bio_stream.3 \ 218 i2d_PKCS7_bio_stream.3 \
219 lh_new.3 \ 219 lh_new.3 \
220 lh_stats.3 \ 220 lh_stats.3 \
221 x509.3 221 x509.3 \
222 openssl.cnf.5 \
223 x509v3.cnf.5
222 224
223all clean cleandir depend includes obj tags: 225all clean cleandir depend includes obj tags:
224 226