summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2015-05-24 15:44:52 +0000
committerschwarze <>2015-05-24 15:44:52 +0000
commit72138e7dd9423eb110e858e00b54b32be6b5aa87 (patch)
treef40277888d65df9cdaf3fcbb7af8a4259f7f36f1 /src/lib/libcrypto/man/Makefile
parentfa94b8e0a497408306ccc4012ef60535fc46200a (diff)
downloadopenbsd-72138e7dd9423eb110e858e00b54b32be6b5aa87.tar.gz
openbsd-72138e7dd9423eb110e858e00b54b32be6b5aa87.tar.bz2
openbsd-72138e7dd9423eb110e858e00b54b32be6b5aa87.zip
Maximilian dot Fillinger at uni-duesseldorf dot de
starts helping with the pod2mdoc(1)-based conversion of LibreSSL crypto manuals from perlpod(1) to mdoc(7). Here comes the first file, slightly tweaked by me.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index bce02f647f..872391db3e 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.19 2015/02/23 17:43:24 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.20 2015/05/24 15:44:52 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -51,9 +51,9 @@ MAN= \
51 BN_set_bit.3 \ 51 BN_set_bit.3 \
52 BN_swap.3 \ 52 BN_swap.3 \
53 BN_zero.3 \ 53 BN_zero.3 \
54 BUF_MEM_new.3 \
54 55
55GENMAN= \ 56GENMAN= \
56 BUF_MEM_new.3 \
57 CONF_modules_free.3 \ 57 CONF_modules_free.3 \
58 CONF_modules_load_file.3 \ 58 CONF_modules_load_file.3 \
59 CRYPTO_set_ex_data.3 \ 59 CRYPTO_set_ex_data.3 \