X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/2b4bbcacf214a83f0dfb4331e116af3563266815..82ab0d309445b9b18aab9aed04a7cb978b766a0b:/client/Makefile.in diff --git a/client/Makefile.in b/client/Makefile.in index fd161ff..02effcb 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -1,6 +1,11 @@ # client/Makefile - client program(s) Makefile # -# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson +# This file is +# Copyright (C) 1997-1999 Ian Jackson +# +# It is part of adns, which is +# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +24,7 @@ srcdir= @srcdir@ VPATH= @srcdir@ -PROGRAMS= adnstest adnslogres +PROGRAMS= adnstest adnslogres adnshost TARG_INSTALL= $(PROGRAMS) TARG_LOCAL= $(addsuffix _s, $(PROGRAMS)) TARGETS= $(TARG_LOCAL) $(TARG_INSTALL)