mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document NO_BIND toggle flag.
PR: 17710 Submitted by: Mark Huizer <xaa+sendpr@dohd.cx>
This commit is contained in:
parent
9d45f43586
commit
3a722ade2b
2 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#
|
||||
# To avoid building various parts of the base system:
|
||||
#NO_CVS= true # do not build CVS
|
||||
#NO_BIND= true # do not build BIND
|
||||
#NO_FORTRAN= true # do not build g77 and related libraries
|
||||
#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
|
||||
#NO_OBJC= true # do not build Objective C support
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
#
|
||||
# To avoid building various parts of the base system:
|
||||
#NO_CVS= true # do not build CVS
|
||||
#NO_BIND= true # do not build BIND
|
||||
#NO_FORTRAN= true # do not build g77 and related libraries
|
||||
#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
|
||||
#NO_OBJC= true # do not build Objective C support
|
||||
|
|
|
|||
Loading…
Reference in a new issue