Document the following buildworld knobs:
NO_FORTRAN NOCRYPT NOGAMES NOINFO NOLIBC_R NOSECURE NOSHARE
This commit is contained in:
parent
a16b0b3c60
commit
d62b5b6f16
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user