diff options
author | emax <emax@FreeBSD.org> | 2004-01-28 00:42:51 +0000 |
---|---|---|
committer | emax <emax@FreeBSD.org> | 2004-01-28 00:42:51 +0000 |
commit | 3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc (patch) | |
tree | 3535d202a8f191c52360266fc806758028c850b6 /share/examples | |
parent | 6b5c75aa8744a2536fac713aef2f4c0a8bc096e9 (diff) | |
download | FreeBSD-src-3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc.zip FreeBSD-src-3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc.tar.gz |
Add NO_BLUETOOTH knob to the build process
Requested by: phk
Reviewed by: imp (mentor), ru
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 8236ecf..f79459f 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -103,6 +103,7 @@ #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_FORTRAN= true # do not build g77 and related libraries #NO_GDB= true # do not build GDB #NO_I4B= true # do not build isdn4bsd package |