From 1cafbcfa6f7560597e577f78795143b4964464d9 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 23 Oct 1999 01:06:31 +0000 Subject: [PATCH] add bin/named/unix/Makefile --- configure | 4 +++- configure.in | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d9e694d236..b00cc92635 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.61 +# From configure.in Revision: 1.63 @@ -3138,6 +3138,7 @@ trap 'rm -fr `echo "make/rules lib/tests/include/tests/Makefile bin/Makefile bin/named/Makefile + bin/named/unix/Makefile bin/tests/Makefile bin/tests/names/Makefile bin/tests/master/Makefile @@ -3313,6 +3314,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules lib/tests/include/tests/Makefile bin/Makefile bin/named/Makefile + bin/named/unix/Makefile bin/tests/Makefile bin/tests/names/Makefile bin/tests/master/Makefile diff --git a/configure.in b/configure.in index 3f9132ab43..90ae78313b 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS dnl SOFTWARE. -AC_REVISION($Revision: 1.62 $) +AC_REVISION($Revision: 1.63 $) AC_PREREQ(2.13) @@ -469,6 +469,7 @@ AC_OUTPUT( lib/tests/include/tests/Makefile bin/Makefile bin/named/Makefile + bin/named/unix/Makefile bin/tests/Makefile bin/tests/names/Makefile bin/tests/master/Makefile