aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
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 bc8bbbad6bbb..8a26d2be3b40 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 09ba29168dba..fbde9f0d937c 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