aboutsummaryrefslogtreecommitdiff
path: root/dns/bind916/files/extrapatch-bind-tools
blob: 823fc8681e16746790797e940a4edf6b5ec8149e (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
28
29
30
31
32
33
34
Only select the "tools" part of bind for building.

--- Makefile.in.orig	2019-08-12 14:08:48 UTC
+++ Makefile.in
@@ -14,7 +14,7 @@ top_builddir =  @top_builddir@
 
 VERSION=@BIND9_VERSION@
 
-SUBDIRS =	make lib fuzz bin doc
+SUBDIRS =	lib bin
 TARGETS =
 PREREQS =	bind.keys.h
 
@@ -51,7 +51,6 @@ installdirs:
 	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
 
 install:: installdirs
-	${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
 
 uninstall::
 	rm -f ${DESTDIR}${sysconfdir}/bind.keys
--- bin/Makefile.in.orig	2019-08-12 14:08:48 UTC
+++ bin/Makefile.in
@@ -11,8 +11,8 @@ srcdir =	@srcdir@
 VPATH =		@srcdir@
 top_srcdir =	@top_srcdir@
 
-SUBDIRS =	named rndc dig delv dnssec tools nsupdate check confgen \
-		@NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ plugins tests
+SUBDIRS =	dig delv dnssec tools nsupdate \
+		@NZD_TOOLS@ @PYTHON_TOOLS@
 TARGETS =
 
 @BIND9_MAKE_RULES@