Mercurial > dropbear
comparison Makefile.in @ 1447:8f88f4290b22
document --enable-static in place of STATIC=1
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Jun 2017 22:42:32 +0800 |
parents | b8764eee6bdb |
children | 7dddc4dd7063 |
comparison
equal
deleted
inserted
replaced
1446:b8764eee6bdb | 1447:8f88f4290b22 |
---|---|
1 # This Makefile is for Dropbear SSH Server and Client | 1 # This Makefile is for Dropbear SSH Server and Client |
2 # @configure_input@ | 2 # @configure_input@ |
3 | 3 |
4 # invocation: | 4 # invocation: |
5 # make PROGRAMS="dropbear dbclient scp" MULTI=1 STATIC=1 SCPPROGRESS=1 | 5 # make PROGRAMS="dropbear dbclient scp" MULTI=1 SCPPROGRESS=1 |
6 # | 6 # |
7 # to make a multiple-program statically linked binary "staticdropbearmulti". | 7 # to make a multiple-program binary "dropbearmulti". |
8 # This example will include dropbear, scp, dropbearkey, dropbearconvert, and | 8 # This example will include dropbear, scp, dropbearkey, dropbearconvert, and |
9 # dbclient functionality, and includes the progress-bar functionality in scp. | 9 # dbclient functionality, and includes the progress-bar functionality in scp. |
10 # Hopefully that seems intuitive. | |
11 | 10 |
12 ifndef PROGRAMS | 11 ifndef PROGRAMS |
13 PROGRAMS=dropbear dbclient dropbearkey dropbearconvert | 12 PROGRAMS=dropbear dbclient dropbearkey dropbearconvert |
14 endif | 13 endif |
15 | 14 |