2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

373. [func] nslookup is now installed by "make install".

This commit is contained in:
Andreas Gustafsson
2000-08-08 00:16:28 +00:00
parent 620f2f3c10
commit a4c55a3d08
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

@@ -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}