blob: 0416f8b80b376480063aefed74b3fadd65c21a41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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
|