diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2023-10-20 09:37:07 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-10-20 11:28:20 +0200 |
commit | c54a50359b9cecddbf3ffcdc26efcb3cd6071ec1 (patch) | |
tree | cb433df6f5e3fe5f8023af45bbd682c5ecfa1915 /Makefile.in | |
parent | upstream: Add interop test with Dropbear. (diff) | |
download | openssh-c54a50359b9cecddbf3ffcdc26efcb3cd6071ec1.tar.xz openssh-c54a50359b9cecddbf3ffcdc26efcb3cd6071ec1.zip |
upstream: Allow overriding the locations of the Dropbear binaries
similar to what we do for the PuTTY ones.
OpenBSD-Regress-ID: 7de0e00518fb0c8fdc5f243b7f82f523c936049c
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 0acc0366b..0e2fdf310 100644 --- a/Makefile.in +++ b/Makefile.in @@ -754,6 +754,10 @@ interop-tests t-exec file-tests extra-tests: regress-prep regress-binaries $(TAR TEST_SSH_PLINK="plink" \ TEST_SSH_PUTTYGEN="puttygen" \ TEST_SSH_CONCH="conch" \ + TEST_SSH_DROPBEAR="@DROPBEAR@" \ + TEST_SSH_DROPBEARKEY="@DROPBEARKEY@" \ + TEST_SSH_DROPBEARCONVERT="@DROPBEARCONVERT@" \ + TEST_SSH_DBCLIENT="@DBCLIENT@" \ TEST_SSH_IPV6="@TEST_SSH_IPV6@" \ TEST_SSH_UTF8="@TEST_SSH_UTF8@" \ TEST_SHELL="$(TEST_SHELL)" \ |