summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2014-07-11 16:34:06 +0000
committerbeck <>2014-07-11 16:34:06 +0000
commit302380192fa026c4b50d6312d215c4a20bb347f9 (patch)
tree0c90cb462c927cdf3619b832e47ab73b51baff37 /src
parent906f1a1e4291beea56463984d8bc3dfb60c8061d (diff)
downloadopenbsd-302380192fa026c4b50d6312d215c4a20bb347f9.tar.gz
openbsd-302380192fa026c4b50d6312d215c4a20bb347f9.tar.bz2
openbsd-302380192fa026c4b50d6312d215c4a20bb347f9.zip
add comment about format requirements
ok miod@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 1e3b90321a..be827701c2 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.9 2014/07/11 16:18:13 miod Exp $ 1# $OpenBSD: Makefile,v 1.10 2014/07/11 16:34:06 beck Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -217,6 +217,8 @@ MAN= \
217# SMIME_write_CMS.3 \ 217# SMIME_write_CMS.3 \
218# i2d_CMS_bio_stream.3 \ 218# i2d_CMS_bio_stream.3 \
219 219
220# XXX PLEASE LEAVE THESE AS TWO PER LINE. DO NOT WRAP.
221# XXX SCRIPTS IN PORTABLE DEPEND ON THIS.
220MLINKS+=\ 222MLINKS+=\
221 ASN1_OBJECT_new.3 ASN1_OBJECT_free.3 \ 223 ASN1_OBJECT_new.3 ASN1_OBJECT_free.3 \
222 ASN1_STRING_length.3 ASN1_STRING_cmp.3 \ 224 ASN1_STRING_length.3 ASN1_STRING_cmp.3 \