summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-21 21:47:20 +0000
committerru <ru@FreeBSD.org>2003-05-21 21:47:20 +0000
commit27a4bbdd92fe31333a9eb3aa3b59c619cb24f3c2 (patch)
treecde309d68197c42f9d3235b9fe71dba39c1c6f96 /share
parent55ee04e5a0535297dc56dbec45a2879da9538a04 (diff)
downloadFreeBSD-src-27a4bbdd92fe31333a9eb3aa3b59c619cb24f3c2.zip
FreeBSD-src-27a4bbdd92fe31333a9eb3aa3b59c619cb24f3c2.tar.gz
Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.
Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: re (jhb)
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf3
-rw-r--r--share/man/man5/make.conf.52
2 files changed, 4 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index bc8bbba..8a26d2b 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -113,7 +113,8 @@
#NO_MODULES= true # do not build modules with the kernel
#NO_OBJC= true # do not build Objective C support
#NO_OPENSSH= true # do not build OpenSSH
-#NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH)
+#NO_OPENSSL= true # do not build OpenSSL (implies NO_KERBEROS and
+# NO_OPENSSH)
#NO_SENDMAIL= true # do not build sendmail and related programs
#NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs
#NO_TCSH= true # do not build and install /bin/csh (which is tcsh)
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 09ba2916..fbde9f0 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -481,6 +481,8 @@ Set to not build OpenSSH.
.It Va NO_OPENSSL
.Pq Vt bool
Set to not build OpenSSL (implies
+.Va NO_KERBEROS
+and
.Va NO_OPENSSH ) .
.It Va NO_SENDMAIL
.Pq Vt bool
OpenPOWER on IntegriCloud