mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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:
parent
540f67be4e
commit
a9e3baa562
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356963
@ -1176,6 +1176,10 @@
|
||||
..
|
||||
man3
|
||||
..
|
||||
man5
|
||||
..
|
||||
man7
|
||||
..
|
||||
..
|
||||
..
|
||||
security
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user