From 333eac7f9a976d646e319a044923872a9b876789 Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Sat, 7 Aug 2004 15:50:58 +0000 Subject: [PATCH] Should be dropbearkey, rather than dropbearmulti, for the default targets --HG-- extra : convert_revision : bed848ac745ab66a9f4df57c3bc27e5e39c41d9a --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index efb64d62..c705e455 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,7 +10,7 @@ # This makefile is quite evil. ifndef PROGRAMS - PROGRAMS=dropbear dbclient dropbearkey dropbearmulti + PROGRAMS=dropbear dbclient dropbearkey dropbearkey endif LTC=libtomcrypt/libtomcrypt.a -- GitLab