Added prebuild to vi PKGBUILD
[Archlinux-Stable.git] / support / dnsutils / tools-only.patch
blobf777282e225cd0f66033f318c8f06f25be3461cb
1 --- bind-9.3.1/bin/Makefile.in.orig 2005-05-06 01:52:36.000000000 -0400
2 +++ bind-9.3.1/bin/Makefile.in 2005-05-06 01:53:24.000000000 -0400
3 @@ -19,7 +19,7 @@
4 VPATH = @srcdir@
5 top_srcdir = @top_srcdir@
7 -SUBDIRS = named rndc dig dnssec tests nsupdate check
8 +SUBDIRS = dig nsupdate
9 TARGETS =
11 @BIND9_MAKE_RULES@
12 --- bind-9.3.1/lib/Makefile.in.orig 2005-05-06 02:05:12.000000000 -0400
13 +++ bind-9.3.1/lib/Makefile.in 2005-05-06 02:05:35.000000000 -0400
14 @@ -23,7 +23,7 @@
15 # Attempt to disable parallel processing.
16 .NOTPARALLEL:
17 .NO_PARALLEL:
18 -SUBDIRS = isc isccc dns isccfg bind9 lwres tests
19 +SUBDIRS = isc dns isccfg bind9 lwres
20 TARGETS =
22 @BIND9_MAKE_RULES@