source: trunk/athena/bin/hostinfo/Makefile.in @ 13429

Revision 13429, 617 bytes checked in by danw, 25 years ago (diff)
reimplement hostinfo as a perl wrapper around /usr/athena/bin/host (from third/bind). Add a regression test in case host's output changes.
Line 
1# $Id: Makefile.in,v 1.2 1999-07-28 00:42:43 danw Exp $
2
3SHELL=/bin/sh
4VPATH=@srcdir@
5INSTALL=@INSTALL@
6INSTALL_SCRIPT=@INSTALL_SCRIPT@
7srcdir=@srcdir@
8top_srcdir=@top_srcdir@
9prefix=@prefix@
10exec_prefix=@exec_prefix@
11bindir=@bindir@
12mandir=@mandir@
13
14all:
15
16check:
17        SRCDIR=${top_srcdir} ./regress.sh
18
19install:
20        ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir}
21        ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
22        ${INSTALL_SCRIPT} hostinfo.pl ${DESTDIR}${bindir}/hostinfo
23        ${INSTALL} -m 444 ${srcdir}/hostinfo.1 ${DESTDIR}${mandir}/man1
24
25clean:
26
27distclean: clean
28        rm -f config.cache config.log config.status Makefile
Note: See TracBrowser for help on using the repository browser.