mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
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
This commit is contained in:
parent
0187838b3b
commit
a0fa04aaeb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134753
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user