- (tim) [Makefile.in] test the ECC bits if we have the capability. ok djm

This commit is contained in:
Tim Rice 2011-01-12 19:06:31 -08:00
parent 1708cb7d0d
commit cce927c25f
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
20110213
- (djm) [misc.c] include time.h for nanosleep() prototype
- (tim) [Makefile.in] test the ECC bits if we have the capability. ok djm
20110212
- OpenBSD CVS Sync

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.315 2011/01/08 22:19:53 djm Exp $
# $Id: Makefile.in,v 1.316 2011/01/13 03:06:38 tim Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@ -407,6 +407,7 @@ tests interop-tests: $(TARGETS)
TEST_SSH_PUTTYGEN="puttygen"; \
TEST_SSH_CONCH="conch"; \
TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \
TEST_SSH_ECC="@TEST_SSH_ECC@" ; \
cd $(srcdir)/regress || exit $$?; \
$(MAKE) \
.OBJDIR="$${BUILDDIR}/regress" \
@ -427,7 +428,8 @@ tests interop-tests: $(TARGETS)
TEST_SSH_PLINK="$${TEST_SSH_PLINK}" \
TEST_SSH_PUTTYGEN="$${TEST_SSH_PUTTYGEN}" \
TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
TEST_SSH_IPV6="$${TEST_SSH_IPV6}" \
TEST_SSH_ECC="$${TEST_SSH_ECC}" \
EXEEXT="$(EXEEXT)" \
$@ && echo all tests passed