diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-06-08 15:17:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-06-08 15:17:34 +0000 |
commit | 236aa75c518a117147bb2c1fa2ea37ba6f1295fd (patch) | |
tree | 25ce6693de6f263484d0b5a16fbdc7869681820d /dns/bind9-devel/files/extrapatch-bind-tools | |
parent | Update to v5.32.0-RC1-3-g41aa777b4d (diff) |
Update to latest commit.
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 |