Mercurial > dropbear
comparison Makefile.in @ 73:0bf5cebe622c
Dropbearkey can now print out pubkey portions
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 14 Aug 2004 17:35:28 +0000 |
parents | eee77ac31ccc |
children | 2a798efbb40b |
comparison
equal
deleted
inserted
replaced
72:9597c2e3b9d4 | 73:0bf5cebe622c |
---|---|
8 # progress-bar functionality in scp. Hopefully that seems intuitive. | 8 # progress-bar functionality in scp. Hopefully that seems intuitive. |
9 | 9 |
10 # This makefile is quite evil. | 10 # This makefile is quite evil. |
11 | 11 |
12 ifndef PROGRAMS | 12 ifndef PROGRAMS |
13 PROGRAMS=dropbear dbclient dropbearkey dropbearkey | 13 PROGRAMS=dropbear dbclient dropbearkey dropbearconvert |
14 endif | 14 endif |
15 | 15 |
16 LTC=libtomcrypt/libtomcrypt.a | 16 LTC=libtomcrypt/libtomcrypt.a |
17 LTM=libtommath/libtommath.a | 17 LTM=libtommath/libtommath.a |
18 | 18 |