summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/defaults/make.conf4
-rw-r--r--share/examples/etc/make.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 6e8e30a..aa0d6aa 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -35,11 +35,11 @@
#NO_OPENSSH= true # do not build OpenSSH
#NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH)
#NO_SENDMAIL= true # do not build sendmail and related programs
-#NOCRYPT= true # do not build libcrypt
+#NOCRYPT= true # do not build any crypto code
#NOGAMES= true # do not build games (games/ subdir)
#NOINFO= true # do not make or install info files
#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
-#NOSECURE= true # do not build crypto code (secure/ subdir)
+#NOSECURE= true # do not build crypto code in secure/ subdir
#NOSHARE= true # do not go into the share subdir
#
# To tell the base system that you are using RSAREF (from ports).
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 6e8e30a..aa0d6aa 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -35,11 +35,11 @@
#NO_OPENSSH= true # do not build OpenSSH
#NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH)
#NO_SENDMAIL= true # do not build sendmail and related programs
-#NOCRYPT= true # do not build libcrypt
+#NOCRYPT= true # do not build any crypto code
#NOGAMES= true # do not build games (games/ subdir)
#NOINFO= true # do not make or install info files
#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
-#NOSECURE= true # do not build crypto code (secure/ subdir)
+#NOSECURE= true # do not build crypto code in secure/ subdir
#NOSHARE= true # do not go into the share subdir
#
# To tell the base system that you are using RSAREF (from ports).
OpenPOWER on IntegriCloud