]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Tue, 8 Aug 2000 00:17:59 +0000 (00:17 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 8 Aug 2000 00:17:59 +0000 (00:17 +0000)
  373. [func]          nslookup is now installed by "make install".

CHANGES
bin/dig/Makefile.in

diff --git a/CHANGES b/CHANGES
index ef1b859ba114ae4568370bf85c85a278b00c2c3d..c1ef686550ba8b5e17bb56a581dcd1d546dfe1f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
 
        --- 9.0.0rc2 released ---
 
+ 373.  [func]          nslookup is now installed by "make install".
+
  372.  [bug]           Deal with Microsoft DNS servers appending two bytes of
                        garbage to zone transfer requests.
 
index bbe6e809c96a1549d96b765332afdc57f49d683f..9b8b32b55cb7df11dec551aff76dd9a18c618250 100644 (file)
@@ -13,7 +13,7 @@
 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 # SOFTWARE.
 
-# $Id: Makefile.in,v 1.10.2.1 2000/06/28 16:33:42 tale Exp $
+# $Id: Makefile.in,v 1.10.2.2 2000/08/08 00:17:59 gson Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -67,6 +67,7 @@ installdirs:
                mkdir ${DESTDIR}${bindir}; \
        fi
 
-install:: dig host installdirs
+install:: dig host nslookup installdirs
        ${LIBTOOL} ${INSTALL_PROGRAM} dig ${DESTDIR}${bindir}
        ${LIBTOOL} ${INSTALL_PROGRAM} host ${DESTDIR}${bindir}
+       ${LIBTOOL} ${INSTALL_PROGRAM} nslookup ${DESTDIR}${bindir}