diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 5edbf7e394..fcf9416248 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.16 2015/02/14 13:54:59 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2015/02/14 14:09:01 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -10,9 +10,7 @@ MAN= \ | |||
10 | ASN1_STRING_length.3 \ | 10 | ASN1_STRING_length.3 \ |
11 | ASN1_STRING_new.3 \ | 11 | ASN1_STRING_new.3 \ |
12 | ASN1_STRING_print_ex.3 \ | 12 | ASN1_STRING_print_ex.3 \ |
13 | ASN1_generate_nconf.3 | 13 | ASN1_generate_nconf.3 \ |
14 | |||
15 | GENMAN= \ | ||
16 | BF_set_key.3 \ | 14 | BF_set_key.3 \ |
17 | BIO.3 \ | 15 | BIO.3 \ |
18 | BIO_ctrl.3 \ | 16 | BIO_ctrl.3 \ |
@@ -23,6 +21,8 @@ GENMAN= \ | |||
23 | BIO_f_null.3 \ | 21 | BIO_f_null.3 \ |
24 | BIO_find_type.3 \ | 22 | BIO_find_type.3 \ |
25 | BIO_new.3 \ | 23 | BIO_new.3 \ |
24 | |||
25 | GENMAN= \ | ||
26 | BIO_push.3 \ | 26 | BIO_push.3 \ |
27 | BIO_read.3 \ | 27 | BIO_read.3 \ |
28 | BIO_s_accept.3 \ | 28 | BIO_s_accept.3 \ |