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/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index c6dc286934..5edbf7e394 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.15 2015/01/16 01:58:18 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.16 2015/02/14 13:54:59 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -10,7 +10,9 @@ 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
15GENMAN= \
14 BF_set_key.3 \ 16 BF_set_key.3 \
15 BIO.3 \ 17 BIO.3 \
16 BIO_ctrl.3 \ 18 BIO_ctrl.3 \
@@ -195,6 +197,8 @@ MAN= \
195 ui_compat.3 \ 197 ui_compat.3 \
196 x509.3 \ 198 x509.3 \
197 199
200MAN+= ${GENMAN}
201
198#MAN+= BIO_new_CMS.3 \ 202#MAN+= BIO_new_CMS.3 \
199# CMS_add0_cert.3 \ 203# CMS_add0_cert.3 \
200# CMS_add1_recipient_cert.3 \ 204# CMS_add1_recipient_cert.3 \
@@ -1146,4 +1150,4 @@ maninstall:
1146.include <bsd.subdir.mk> 1150.include <bsd.subdir.mk>
1147 1151
1148clean cleandir: 1152clean cleandir:
1149 rm -f ${MAN} 1153 rm -f ${GENMAN}