blob: 29b4c9c5fe59236ab302523f86c6eebf856e1c31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -aur old/bin/Makefile.in new/bin/Makefile.in
--- old/bin/Makefile.in 2009-10-05 05:07:08.000000000 -0700
+++ new/bin/Makefile.in 2011-08-28 19:14:17.025674400 -0700
@@ -19,7 +19,7 @@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
+SUBDIRS = named rndc dnssec tests tools nsupdate \
check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
TARGETS =
|