diff options
| author | schwarze <> | 2016-12-11 18:06:09 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-11 18:06:09 +0000 |
| commit | c6264ecef1c8bc27964c6efd185bfe30c6a9895f (patch) | |
| tree | f74c28658a72fb7b0195134f68ba8e54d3d24f7a /src/lib/libcrypto/man/Makefile | |
| parent | f07036918afdcf442e34a1731c73704d0957d805 (diff) | |
| download | openbsd-c6264ecef1c8bc27964c6efd185bfe30c6a9895f.tar.gz openbsd-c6264ecef1c8bc27964c6efd185bfe30c6a9895f.tar.bz2 openbsd-c6264ecef1c8bc27964c6efd185bfe30c6a9895f.zip | |
import openssl.cnf(5) and x509v3.cnf(5) from OpenSSL;
below OpenBSD quality standards, but better than nothing...
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 4d23082d1f..89533851fb 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.73 2016/12/11 14:22:43 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.74 2016/12/11 18:06:09 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -218,7 +218,9 @@ MAN= \ | |||
| 218 | i2d_PKCS7_bio_stream.3 \ | 218 | i2d_PKCS7_bio_stream.3 \ |
| 219 | lh_new.3 \ | 219 | lh_new.3 \ |
| 220 | lh_stats.3 \ | 220 | lh_stats.3 \ |
| 221 | x509.3 | 221 | x509.3 \ |
| 222 | openssl.cnf.5 \ | ||
| 223 | x509v3.cnf.5 | ||
| 222 | 224 | ||
| 223 | all clean cleandir depend includes obj tags: | 225 | all clean cleandir depend includes obj tags: |
| 224 | 226 | ||
