summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-27 22:56:27 +0000
committerkris <kris@FreeBSD.org>2000-02-27 22:56:27 +0000
commitd62b5b6f162264bbe88e303f74adc5f39c74c013 (patch)
treed1ed42840c5afd09745ea481d8cf1c58fdba095a
parenta16b0b3c60bb508bbb643a935f3ef994ee279281 (diff)
downloadFreeBSD-src-d62b5b6f162264bbe88e303f74adc5f39c74c013.zip
FreeBSD-src-d62b5b6f162264bbe88e303f74adc5f39c74c013.tar.gz
Document the following buildworld knobs:
NO_FORTRAN NOCRYPT NOGAMES NOINFO NOLIBC_R NOSECURE NOSHARE
-rw-r--r--etc/defaults/make.conf15
-rw-r--r--share/examples/etc/make.conf15
2 files changed, 22 insertions, 8 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 8440f24..6e8e30a 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -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
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 8440f24..6e8e30a 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -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
OpenPOWER on IntegriCloud