diff options
author | beck <> | 2014-07-11 16:34:06 +0000 |
---|---|---|
committer | beck <> | 2014-07-11 16:34:06 +0000 |
commit | 14f9d5370fc77dc5382645c866676c80d19643fa (patch) | |
tree | 0c90cb462c927cdf3619b832e47ab73b51baff37 /src | |
parent | 0061f9efa0ee37d4d9732d8dd28084d2f1970cc6 (diff) | |
download | openbsd-14f9d5370fc77dc5382645c866676c80d19643fa.tar.gz openbsd-14f9d5370fc77dc5382645c866676c80d19643fa.tar.bz2 openbsd-14f9d5370fc77dc5382645c866676c80d19643fa.zip |
add comment about format requirements
ok miod@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
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. | ||
220 | MLINKS+=\ | 222 | MLINKS+=\ |
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 \ |