Update the description of NOCRYPT and NOSECURE to match reality.

This commit is contained in:
Kris Kennaway 2000-02-28 07:07:26 +00:00
parent 77ac690c97
commit c8c372542e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57553
2 changed files with 4 additions and 4 deletions

View File

@ -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).

View File

@ -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).