diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 6 |
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 | ||
223 | all clean cleandir depend includes obj tags: | 225 | all clean cleandir depend includes obj tags: |
224 | 226 | ||