X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/239d2e4dfb6fcfc26fe3f740efae8f6944b99799..ae8cc9775a6eb23901a89a2604f73525b0553db8:/client/Makefile.in diff --git a/client/Makefile.in b/client/Makefile.in index 59a3582..2d339b9 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -1,11 +1,10 @@ # client/Makefile - client program(s) Makefile # -# This file is -# Copyright (C) 1997-2000 Ian Jackson -# -# It is part of adns, which is -# Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999-2000 Tony Finch +# This file is part of adns, which is +# Copyright (C) 1997-2000,2003,2006 Ian Jackson +# Copyright (C) 1999-2000,2003,2006 Tony Finch +# Copyright (C) 1991 Massachusetts Institute of Technology +# (See the file INSTALL for full details.) # # 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 @@ -27,7 +26,7 @@ VPATH= @srcdir@ PROGS_SYSDEP= @PROGS_HAVE_TSEARCH@ ENABLE_DYNAMIC= @ENABLE_DYNAMIC@ -PROGRAMS= adnslogres adnshost $(PROGS_SYSDEP) +PROGRAMS= adnslogres adnsheloex adnshost $(PROGS_SYSDEP) PROGRAMS_LOCAL= fanftest adnstest PROGRAMS_ALL= $(PROGRAMS) $(PROGRAMS_LOCAL) @@ -59,6 +58,7 @@ ADNSDIR= $(srcdir)/../src/ all: $(TARGETS) install: $(TARG_INSTALL) + mkdir -p $(bin_dir) set -xe; for f in $(TARG_INSTALL); \ do $(INSTALL_PROGRAM) $$f $(bin_dir)/$$f; done