aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2018-02-08 19:55:03 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2018-02-08 19:55:03 +0000
commit56b4f63142b22ba3904807353fadf532b32e4c21 (patch)
tree2689370093ea51a53c328187b61dbbb48193616d /secure/lib
parentab7c09f121afe2b250e3bde233dbd7b4e2c7a4ed (diff)
Notes
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypto/Makefile.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 01c25cec43ee..46c9a89aa859 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -64,14 +64,11 @@ MANDIR= ${SHAREDIR}/openssl/man/man
.if defined(LIB)
_docs= ${LIB}
-.if ${LIB} == ssl
-_docs+= man3
-.endif
_skip= SSLeay_version des_modes
_sec= 3
.else
_docs= apps
-_skip= config
+_skip= c_rehash config
_sec= 1
.endif