Install man5 and man7 for OpenSSL.

Note config.5 and crypto.7 are not installed because we have conflicts.

Requested by:	phk
MFC after:	1 month
This commit is contained in:
Jung-uk Kim 2020-01-22 01:15:57 +00:00
parent 540f67be4e
commit a9e3baa562
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356963
487 changed files with 8977 additions and 3809 deletions

View File

@ -1176,6 +1176,10 @@
..
man3
..
man5
..
man7
..
..
..
security

View File

@ -12,9 +12,7 @@ VERSION_MAP= ${.CURDIR}/Version.map
NO_LINT=
.if exists(Makefile.man)
.include "Makefile.man"
.endif
.include "Makefile.inc"
SRCS= cpt_err.c cryptlib.c ctype.c cversion.c ex_data.c getenv.c init.c
@ -531,5 +529,4 @@ PICFLAG+= -DOPENSSL_PIC
${LCRYPTO_SRC}/crypto/whrlpool \
${LCRYPTO_SRC}/crypto/x509 \
${LCRYPTO_SRC}/crypto/x509v3 \
${LCRYPTO_SRC}/include/openssl \
${.CURDIR}/man
${LCRYPTO_SRC}/include/openssl

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More