cvs commit: src/share/mk bsd.libnames.mk src/lib/bind config.mk src/lib/bind/bind Makefile src/lib/bind/bind9 Makefile src/lib/bind/dns Makefile src/lib/bind/isc Makefile src/lib/bind/isccc Makefile src/lib/bind/isccfg Makefile ...

Ruslan Ermilov ru at FreeBSD.org
Fri Sep 24 06:42:01 PDT 2004


ru          2004-09-24 13:42:00 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.libnames.mk 
    lib/bind             config.mk 
    lib/bind/bind        Makefile 
    lib/bind/bind9       Makefile 
    lib/bind/dns         Makefile 
    lib/bind/isc         Makefile 
    lib/bind/isccc       Makefile 
    lib/bind/isccfg      Makefile 
    lib/bind/lwres       Makefile 
    usr.bin/dig          Makefile 
    usr.bin/host         Makefile 
    usr.bin/nslookup     Makefile 
    usr.bin/nsupdate     Makefile 
    usr.sbin/dnssec-keygen Makefile 
    usr.sbin/dnssec-signzone Makefile 
    usr.sbin/named       Makefile 
    usr.sbin/named-checkconf Makefile 
    usr.sbin/named-checkzone Makefile 
    usr.sbin/rndc        Makefile 
    usr.sbin/rndc-confgen Makefile 
  Log:
  Don't expose BIND libraries and their headers to the public by default,
  but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib
  and /usr/include.  Rumors are that this may be useful at a later point,
  let's see.
  
  What this really means is that all BIND libraries are now internal to
  buildworld (by default, unless WANT_BIND_LIBS is defined), and linked
  statically into various BIND executables.
  
  While here, removed redundant -I's from CFLAGS in lib/bind makefiles.
  
  Sponsored by:   des
  OK'ed by:       dougb
  
  Revision  Changes    Path
  1.3       +8 -4      src/lib/bind/bind/Makefile
  1.3       +5 -2      src/lib/bind/bind9/Makefile
  1.8       +31 -2     src/lib/bind/config.mk
  1.3       +5 -2      src/lib/bind/dns/Makefile
  1.3       +5 -2      src/lib/bind/isc/Makefile
  1.3       +5 -2      src/lib/bind/isccc/Makefile
  1.3       +5 -2      src/lib/bind/isccfg/Makefile
  1.3       +5 -2      src/lib/bind/lwres/Makefile
  1.88      +3 -3      src/share/mk/bsd.libnames.mk
  1.10      +2 -1      src/usr.bin/dig/Makefile
  1.10      +2 -1      src/usr.bin/host/Makefile
  1.3       +2 -1      src/usr.bin/nslookup/Makefile
  1.3       +2 -1      src/usr.bin/nsupdate/Makefile
  1.2       +2 -1      src/usr.sbin/dnssec-keygen/Makefile
  1.2       +2 -1      src/usr.sbin/dnssec-signzone/Makefile
  1.3       +2 -1      src/usr.sbin/named-checkconf/Makefile
  1.3       +2 -1      src/usr.sbin/named-checkzone/Makefile
  1.38      +2 -1      src/usr.sbin/named/Makefile
  1.3       +2 -1      src/usr.sbin/rndc-confgen/Makefile
  1.3       +2 -1      src/usr.sbin/rndc/Makefile


More information about the cvs-src mailing list