mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-04-18 09:44:09 +03:00
`libirs` used to be a reference implementation of `getaddrinfo` and related modern resolver APIs. It was stripped down in BIND 9.18 leaving only the `irs_resconf` module, which parses `/etc/resolv.conf`. I have kept its include path and namespace prefix, so it remains a little fragment of libirs now embedded in libdns.
4 lines
70 B
Makefile
4 lines
70 B
Makefile
include $(top_srcdir)/Makefile.top
|
|
|
|
SUBDIRS = isc dns isccc ns isccfg
|