CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/28 10:17:06
Modified files:
usr.sbin/bind/bin/dig: dig.c dighost.c host.c nslookup.c
usr.sbin/bind/bin/dig/include/dig: dig.h
usr.sbin/bind/lib/dns: byaddr.c dnssec.c ds.c keydata.c
message.c ncache.c nsec.c nsec3.c rdata.c
soa.c tsig.c
usr.sbin/bind/lib/dns/include/dns: keydata.h nsec3.h rdataset.h
types.h
usr.sbin/bind/lib/dns/rdata/generic: cds_59.c dlv_32769.c
ds_43.c
Added files:
usr.sbin/bind : Makefile
usr.sbin/bind/bin/dig: Makefile.inc
usr.sbin/bind/lib/dns: Makefile.inc dns_log.c dns_result.c
dns_time.c
usr.sbin/bind/lib/isc: Makefile.inc
usr.sbin/bind/lib/isc/unix: Makefile.inc
usr.sbin/bind/lib/isccfg: Makefile.inc
usr.sbin/bind/lib/lwres: Makefile.inc
Removed files:
usr.sbin/bind/lib/dns: dst_gost.h log.c result.c time.c
usr.sbin/bind/lib/isc: bitstring.c
usr.sbin/bind/lib/isc/unix: ipv6.c
Log message:
Switch to Makefile based builds.
Delete a bunch of files that were no longer built but still lying
around. Since there are no subdirectories below obj any more we
need to prefix dns/{log,time,result}.c with dns_ to not conflict
with the same names used by lib/isc/.
OK sthen