diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-07 15:50:58 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-07 15:50:58 +0000 |
commit | 333eac7f9a976d646e319a044923872a9b876789 (patch) | |
tree | 1054c54fc2a1ad00900c45d8965469bbc8229caa | |
parent | 0bbe2fa8627de1614b4b6992a7ee4290ec572e4d (diff) |
Should be dropbearkey, rather than dropbearmulti, for the default targets
--HG--
extra : convert_revision : bed848ac745ab66a9f4df57c3bc27e5e39c41d9a
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index efb64d6..c705e45 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 |