Document the following buildworld knobs:

NO_FORTRAN NOCRYPT NOGAMES NOINFO NOLIBC_R NOSECURE NOSHARE
This commit is contained in:
kris 2000-02-27 22:56:27 +00:00
parent a16b0b3c60
commit d62b5b6f16
2 changed files with 22 additions and 8 deletions

View File

@ -30,10 +30,17 @@
#PERL_THREADED= true
#
# To avoid building various parts of the base system:
#NO_SENDMAIL= true
#NO_CVS= true
#NO_OPENSSH= true
#NO_OPENSSL= true
#NO_CVS= true # do not build CVS
#NO_FORTRAN= true # do not build g77 and related libraries
#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
#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)
#NOSHARE= true # do not go into the share subdir
#
# To tell the base system that you are using RSAREF (from ports).
# (This needs revisiting) - it is very likely that this is too

View File

@ -30,10 +30,17 @@
#PERL_THREADED= true
#
# To avoid building various parts of the base system:
#NO_SENDMAIL= true
#NO_CVS= true
#NO_OPENSSH= true
#NO_OPENSSL= true
#NO_CVS= true # do not build CVS
#NO_FORTRAN= true # do not build g77 and related libraries
#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
#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)
#NOSHARE= true # do not go into the share subdir
#
# To tell the base system that you are using RSAREF (from ports).
# (This needs revisiting) - it is very likely that this is too