summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2004-09-04 10:05:17 +0000
committerbrueffer <brueffer@FreeBSD.org>2004-09-04 10:05:17 +0000
commit5ea74407dbeb7569e42e2d18db5b42ee9ee5c966 (patch)
tree4afb15097e8568b1ee58ba6f3b9a2b2b40f24fdf /share/examples
parent20acb92042c5abb178269e02c03456051fe2cfca (diff)
downloadFreeBSD-src-5ea74407dbeb7569e42e2d18db5b42ee9ee5c966.zip
FreeBSD-src-5ea74407dbeb7569e42e2d18db5b42ee9ee5c966.tar.gz
Document a couple of build knobs
PR: misc/71032 (partly) Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Reviewed by: ru MFC after: 3 days
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 7889987..e0eaa68 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -106,11 +106,13 @@
#ENABLE_SUID_NEWGRP= true
#
# To avoid building various parts of the base system:
+#NO_ACPI= true # do not build acpiconf(8) and related programs
#NO_BOOT= true # do not build boot blocks and loader
#NO_CVS= true # do not build CVS
#NO_CXX= true # do not build C++ and friends
#NO_BIND= true # do not build BIND
#NO_BLUETOOTH= true # do not build Bluetooth related stuff
+#NO_DYNAMICROOT=true # do not link /bin and /sbin dynamically
#NO_FORTRAN= true # do not build g77 and related libraries
#NO_GDB= true # do not build GDB
#NO_I4B= true # do not build isdn4bsd package
@@ -127,11 +129,17 @@
#NO_SENDMAIL= true # do not build sendmail and related programs
#NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs
#NO_TCSH= true # do not build and install /bin/csh (which is tcsh)
+#NO_TOOLCHAIN= true # do not build programs for program development
+#NO_USB= true # do not build usbd(8) and related programs
#NO_VINUM= true # do not build Vinum utilities
+#NOATM= true # do not build ATM related programs and libraries
#NOCRYPT= true # do not build any crypto code
#NOGAMES= true # do not build games (games/ subdir)
+#NOINET6= true # do not build IPv6 related programs and libraries
#NOINFO= true # do not make or install info files
#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
+#NOLIBPTHREAD= true # do not build libpthread (M:N threading library)
+#NOLIBTHR= true # do not build libthr (1:1 threading library)
#NOMAN= true # do not build manual pages
#NOPROFILE= true # Avoid compiling profiled libraries
#NOSHARE= true # do not go into the share subdir
OpenPOWER on IntegriCloud