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-no-bind-tools | |
parent | Update to v5.32.0-RC1-3-g41aa777b4d (diff) |
Update to latest commit.
Diffstat (limited to 'dns/bind9-devel/files/extrapatch-no-bind-tools')
-rw-r--r-- | dns/bind9-devel/files/extrapatch-no-bind-tools | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dns/bind9-devel/files/extrapatch-no-bind-tools b/dns/bind9-devel/files/extrapatch-no-bind-tools index 88dee1e53f7d..cc7ad2158093 100644 --- a/dns/bind9-devel/files/extrapatch-no-bind-tools +++ b/dns/bind9-devel/files/extrapatch-no-bind-tools @@ -10,20 +10,18 @@ Exclude the "tools" from building and installing. SUBDIRS += pkcs11 --- bin/tools/Makefile.am.orig 2020-06-01 11:40:58 UTC +++ bin/tools/Makefile.am -@@ -8,14 +8,9 @@ LDADD = \ +@@ -8,13 +8,8 @@ $(LIBISC_LIBS) \ $(LIBDNS_LIBS) -bin_PROGRAMS = \ - arpaname \ -- named-rrchecker \ -- mdig -+bin_PROGRAMS = - --sbin_PROGRAMS = \ +- mdig \ - named-journalprint \ +- named-rrchecker \ - nsec3hash -+sbin_PROGRAMS = ++bin_PROGRAMS = arpaname_LDADD = \ $(LIBISC_LIBS) + |