summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-29 06:17:33 +0000
committerkris <kris@FreeBSD.org>2000-02-29 06:17:33 +0000
commit2aeb418d84f07de9f165bacc651d67612cdb66d3 (patch)
tree1a9c54f68efcd7ff5a1021480483c76022802c47
parent64929c1169856d6d1c72abeebb71745c16af210d (diff)
downloadFreeBSD-src-2aeb418d84f07de9f165bacc651d67612cdb66d3.zip
FreeBSD-src-2aeb418d84f07de9f165bacc651d67612cdb66d3.tar.gz
Document NODESCRYPTLINKS
-rw-r--r--etc/defaults/make.conf1
-rw-r--r--share/examples/etc/make.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index aa0d6aa..dbef469 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -36,6 +36,7 @@
#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 any crypto code
+#NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links
#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)
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index aa0d6aa..dbef469 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -36,6 +36,7 @@
#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 any crypto code
+#NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links
#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)
OpenPOWER on IntegriCloud