diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 57122993b9..065a87b0ee 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,8 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.96 2016/12/23 20:43:02 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.97 2016/12/23 22:21:40 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
5 | MAN= \ | 5 | MAN= \ |
6 | ACCESS_DESCRIPTION_new.3 \ | ||
6 | ASN1_OBJECT_new.3 \ | 7 | ASN1_OBJECT_new.3 \ |
7 | ASN1_STRING_length.3 \ | 8 | ASN1_STRING_length.3 \ |
8 | ASN1_STRING_new.3 \ | 9 | ASN1_STRING_new.3 \ |