diff --git a/CHANGES b/CHANGES index b2400c8bc7..29e9650d48 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ + 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. diff --git a/bin/dig/Makefile.in b/bin/dig/Makefile.in index bf0aa88aba..c25bd40c0d 100644 --- a/bin/dig/Makefile.in +++ b/bin/dig/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.13 2000/08/01 01:11:12 tale Exp $ +# $Id: Makefile.in,v 1.14 2000/08/08 00:16:28 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}