summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLaMont Jones <lamont@debian.org>2009-11-16 19:26:14 -0600
committerLaMont Jones <lamont@debian.org>2009-11-16 19:26:14 -0600
commite3246fedd37d119c2bf6efb28d7492b3a595373a (patch)
treeaed2129efc2efb2bb526e1e4abf9080d3ec9ab6b /Makefile.in
parentf133ad6c8e92691761b732d65cca85e4e27d6f51 (diff)
downloadbind9-e3246fedd37d119c2bf6efb28d7492b3a595373a.tar.gz
9.7.0a3
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 0021dadc..f2b730e3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: Makefile.in,v 1.56 2009/06/25 17:06:42 each Exp $
+# $Id: Makefile.in,v 1.57 2009/09/01 00:22:24 jinmei Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -21,13 +21,13 @@ top_srcdir = @top_srcdir@
@BIND9_VERSION@
-SUBDIRS = make lib bin doc
+SUBDIRS = make lib bin doc @LIBEXPORT@
TARGETS =
MANPAGES = isc-config.sh.1
-
+
HTMLPAGES = isc-config.sh.html
-
+
MANOBJS = ${MANPAGES} ${HTMLPAGES}
@BIND9_MAKE_RULES@