comparison Makefile.in @ 49:cc59bfcdee17

Should be dropbearkey, rather than dropbearmulti, for the default targets
author Matt Johnston <matt@ucc.asn.au>
date Sat, 07 Aug 2004 15:50:58 +0000
parents 0913e2ee3545
children 0a88488a949a
comparison
equal deleted inserted replaced
47:4b53a43f0082 49:cc59bfcdee17
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 dropbearmulti 13 PROGRAMS=dropbear dbclient dropbearkey dropbearkey
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