From 3a722ade2b47d1aaed7a8911e2bf4a3a38d17eaa Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Mon, 10 Apr 2000 18:51:41 +0000 Subject: [PATCH] Document NO_BIND toggle flag. PR: 17710 Submitted by: Mark Huizer --- etc/defaults/make.conf | 1 + share/examples/etc/make.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index c707985770f..b5b2cddf0dd 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -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 diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index c707985770f..b5b2cddf0dd 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -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