diff options
author | obrien <obrien@FreeBSD.org> | 2002-02-11 07:09:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-02-11 07:09:22 +0000 |
commit | 63a6430f4a7f37ab4a8f5052af5e510deeb203fd (patch) | |
tree | 786c7672820db5786d3d0ce4034e68c4be3caa4e /share | |
parent | 79addeb60498bbc1f833ed96790308deabf30280 (diff) | |
download | FreeBSD-src-63a6430f4a7f37ab4a8f5052af5e510deeb203fd.zip FreeBSD-src-63a6430f4a7f37ab4a8f5052af5e510deeb203fd.tar.gz |
Document NO_CXX and NO_GDB.
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index c004023..f63cb26 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -90,8 +90,10 @@ # # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS +#NO_CXX= true # do not build C++ and friends #NO_BIND= true # do not build BIND #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 #NO_LPR= true # do not build lpr and related programs #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector |