diff options
author | kris <kris@FreeBSD.org> | 2000-02-28 07:07:26 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-28 07:07:26 +0000 |
commit | 22f529d0b62ccbd819c6401e4e147a554fd5d51e (patch) | |
tree | 562c52d0ccdcab966ebb023a434c4e1aa21e9425 | |
parent | 855985c95f6c5d5dc57c05416a7f40c27c941cbf (diff) | |
download | FreeBSD-src-22f529d0b62ccbd819c6401e4e147a554fd5d51e.zip FreeBSD-src-22f529d0b62ccbd819c6401e4e147a554fd5d51e.tar.gz |
Update the description of NOCRYPT and NOSECURE to match reality.
-rw-r--r-- | etc/defaults/make.conf | 4 | ||||
-rw-r--r-- | share/examples/etc/make.conf | 4 |
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). |