cvs commit: src Makefile.inc1 src/etc Makefile src/include Makefile src/share/examples/etc make.conf src/share/man/man5 make.conf.5 src/usr.bin Makefile src/usr.sbin Makefile

Doug Barton dougb at FreeBSD.org
Mon Sep 27 01:23:43 PDT 2004


dougb       2004-09-27 08:23:43 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 
    etc                  Makefile 
    include              Makefile 
    share/examples/etc   make.conf 
    share/man/man5       make.conf.5 
    usr.bin              Makefile 
    usr.sbin             Makefile 
  Log:
  1. Add much finer granularity to the NO_BIND knobs with the addition of:
  NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS.
  
  2. Make creation of directories in /usr/include that are only needed
  in the WITH_BIND_LIBS case conditional.
  
  Reviewed by:    ru, des
  
  Revision  Changes    Path
  1.448     +4 -0      src/Makefile.inc1
  1.330     +14 -0     src/etc/Makefile
  1.226     +5 -0      src/include/Makefile
  1.234     +4 -0      src/share/examples/etc/make.conf
  1.96      +30 -2     src/share/man/man5/make.conf.5
  1.269     +1 -1      src/usr.bin/Makefile
  1.313     +3 -1      src/usr.sbin/Makefile


More information about the cvs-src mailing list