diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2014-07-11 16:34:07 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2014-07-11 16:34:07 +0000 |
commit | 012c24607a6d6c2b65204637d5b1884780c22cf5 (patch) | |
tree | 92fe33802058c4cbcc135c3a29e76badab493b71 /lib/libcrypto | |
parent | c328eb951b5ca05697d7d9782ced374fa68dfb31 (diff) |
add comment about format requirements
ok miod@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 1e3b90321a1..be827701c2c 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2014/07/11 16:18:13 miod Exp $ +# $OpenBSD: Makefile,v 1.10 2014/07/11 16:34:06 beck Exp $ .include <bsd.own.mk> # for NOMAN @@ -217,6 +217,8 @@ MAN= \ # SMIME_write_CMS.3 \ # i2d_CMS_bio_stream.3 \ +# XXX PLEASE LEAVE THESE AS TWO PER LINE. DO NOT WRAP. +# XXX SCRIPTS IN PORTABLE DEPEND ON THIS. MLINKS+=\ ASN1_OBJECT_new.3 ASN1_OBJECT_free.3 \ ASN1_STRING_length.3 ASN1_STRING_cmp.3 \ |