diff options
Diffstat (limited to 'dns/bind9-devel/files/extrapatch-bind-tools')
-rw-r--r-- | dns/bind9-devel/files/extrapatch-bind-tools | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dns/bind9-devel/files/extrapatch-bind-tools b/dns/bind9-devel/files/extrapatch-bind-tools index e13e588e5aa4..ed20ba2432ba 100644 --- a/dns/bind9-devel/files/extrapatch-bind-tools +++ b/dns/bind9-devel/files/extrapatch-bind-tools @@ -1,6 +1,6 @@ Only select the "tools" part of bind for building. ---- Makefile.am.orig 2020-07-20 08:13:37 UTC +--- Makefile.am.orig 2021-09-17 07:10:48 UTC +++ Makefile.am @@ -8,8 +8,6 @@ CLEANFILES = bind.keys.h bind.keys.h: bind.keys Makefile @@ -11,17 +11,16 @@ Only select the "tools" part of bind for building. .PHONY: doc EXTRA_DIST = \ ---- bin/Makefile.am.orig 2020-07-20 08:13:37 UTC +--- bin/Makefile.am.orig 2021-09-17 07:10:48 UTC +++ bin/Makefile.am -@@ -1,4 +1,4 @@ +@@ -1 +1 @@ -SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins +SUBDIRS = dig delv dnssec tools nsupdate - - if HAVE_PKCS11 - SUBDIRS += pkcs11 ---- bin/tools/Makefile.am.orig 2020-07-20 08:13:37 UTC +-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins ++SUBDIRS = dig delv dnssec tools nsupdate +--- bin/tools/Makefile.am.orig 2021-09-17 07:10:48 UTC +++ bin/tools/Makefile.am -@@ -11,7 +11,6 @@ LDADD = \ +@@ -11,7 +11,6 @@ LDADD += \ bin_PROGRAMS = \ arpaname \ mdig \ |