summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordtucker <dtucker>2008-06-10 18:15:05 +0000
committerdtucker <dtucker>2008-06-10 18:15:05 +0000
commitcdde85b00f881767fa71c1db5499fb2b1bafdfbf (patch)
treec235c477c11a475a9ccc0b29192f1cf999e9c709 /Makefile.in
parent3bc5b2189a9f233e423443239693eebf907f8f7e (diff)
downloadopenssh-cdde85b00f881767fa71c1db5499fb2b1bafdfbf.tar.gz
- (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
specific tests on platforms that don't do IPv6.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5debe253..a2192eb5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.291 2008/06/10 12:59:10 dtucker Exp $
+# $Id: Makefile.in,v 1.292 2008/06/10 18:15:05 dtucker Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -394,6 +394,7 @@ tests interop-tests: $(TARGETS)
TEST_SSH_SFTPSERVER="$${BUILDDIR}/sftp-server"; \
TEST_SSH_PLINK="plink"; \
TEST_SSH_PUTTYGEN="puttygen"; \
+ TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \
cd $(srcdir)/regress || exit $$?; \
$(MAKE) \
.OBJDIR="$${BUILDDIR}/regress" \