diff options
Diffstat (limited to 'dns/bind9-devel/files/extrapatch-bind-tools')
-rw-r--r-- | dns/bind9-devel/files/extrapatch-bind-tools | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dns/bind9-devel/files/extrapatch-bind-tools b/dns/bind9-devel/files/extrapatch-bind-tools index 95dae0b30866..1db418320f74 100644 --- a/dns/bind9-devel/files/extrapatch-bind-tools +++ b/dns/bind9-devel/files/extrapatch-bind-tools @@ -1,15 +1,17 @@ Only select the "tools" part of bind for building. ---- Makefile.am.orig 2020-06-01 11:40:58 UTC +--- Makefile.am.orig 2020-06-06 05:02:12 UTC +++ Makefile.am -@@ -8,6 +8,4 @@ CLEANFILES = bind.keys.h +@@ -8,8 +8,6 @@ CLEANFILES = bind.keys.h bind.keys.h: bind.keys Makefile ${PERL} ${top_srcdir}/util/bindkeys.pl ${top_srcdir}/bind.keys > $@ -dist_sysconf_DATA = bind.keys - .PHONY: doc ---- bin/Makefile.am.orig 2020-06-01 11:40:58 UTC + + EXTRA_DIST = \ +--- bin/Makefile.am.orig 2020-06-06 05:02:12 UTC +++ bin/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins |