Only select the "tools" part of bind for building. --- Makefile.in.orig 2022-01-12 13:50:10 UTC +++ Makefile.in @@ -19,7 +19,7 @@ W3M = @W3M@ VERSION=@BIND9_VERSION@ -SUBDIRS = make lib fuzz bin doc +SUBDIRS = lib bin TARGETS = PREREQS = bind.keys.h @@ -53,7 +53,6 @@ installdirs: $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sysconfdir} install:: installdirs - ${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir} uninstall:: rm -f ${DESTDIR}${sysconfdir}/bind.keys --- bin/Makefile.in.orig 2022-01-12 13:50:10 UTC +++ bin/Makefile.in @@ -13,8 +13,8 @@ srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ -SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen \ - @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ plugins tests +SUBDIRS = dig delv dnssec tools nsupdate \ + @NZD_TOOLS@ @PYTHON_TOOLS@ TARGETS = @BIND9_MAKE_RULES@