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 | |
---|
3 | SHELL=/bin/sh |
---|
4 | VPATH=@srcdir@ |
---|
5 | INSTALL=@INSTALL@ |
---|
6 | INSTALL_SCRIPT=@INSTALL_SCRIPT@ |
---|
7 | srcdir=@srcdir@ |
---|
8 | top_srcdir=@top_srcdir@ |
---|
9 | prefix=@prefix@ |
---|
10 | exec_prefix=@exec_prefix@ |
---|
11 | bindir=@bindir@ |
---|
12 | mandir=@mandir@ |
---|
13 | |
---|
14 | all: |
---|
15 | |
---|
16 | check: |
---|
17 | SRCDIR=${top_srcdir} ./regress.sh |
---|
18 | |
---|
19 | install: |
---|
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 | |
---|
25 | clean: |
---|
26 | |
---|
27 | distclean: clean |
---|
28 | rm -f config.cache config.log config.status Makefile |
---|
Note: See
TracBrowser
for help on using the repository browser.