mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
27 lines
685 B
Text
27 lines
685 B
Text
Only select the "tools" part of bind for building.
|
|
|
|
--- Makefile.am.orig 2023-12-02 10:13:03 UTC
|
|
+++ Makefile.am
|
|
@@ -17,7 +17,6 @@ bind.keys.h: bind.keys Makefile
|
|
.PHONY: doc
|
|
|
|
EXTRA_DIST = \
|
|
- bind.keys \
|
|
util/bindkeys.pl \
|
|
util/dtrace.sh \
|
|
contrib \
|
|
--- bin/Makefile.am.orig 2023-12-01 14:21:34 UTC
|
|
+++ bin/Makefile.am
|
|
@@ -1 +1 @@
|
|
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
|
|
+SUBDIRS = dig delv dnssec tools nsupdate
|
|
--- bin/tools/Makefile.am.orig 2023-12-01 14:21:34 UTC
|
|
+++ bin/tools/Makefile.am
|
|
@@ -11,7 +11,6 @@ LDADD += \
|
|
bin_PROGRAMS = \
|
|
arpaname \
|
|
mdig \
|
|
- named-journalprint \
|
|
named-rrchecker \
|
|
nsec3hash
|
|
|