diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-27 22:42:32 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-06-27 22:42:32 +0800 |
commit | 785459d31bca1c4aa940ab62ede659a2d0311ecf (patch) | |
tree | 04ebc43d642a67daa975deef7cb98612964161f7 /Makefile.in | |
parent | a9a3746d0900bd973cbf164332dc795812a769c7 (diff) |
document --enable-static in place of STATIC=1
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 0dfbe18..f9f9a46 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,12 +2,11 @@ # @configure_input@ # invocation: -# make PROGRAMS="dropbear dbclient scp" MULTI=1 STATIC=1 SCPPROGRESS=1 +# make PROGRAMS="dropbear dbclient scp" MULTI=1 SCPPROGRESS=1 # -# to make a multiple-program statically linked binary "staticdropbearmulti". +# to make a multiple-program binary "dropbearmulti". # This example will include dropbear, scp, dropbearkey, dropbearconvert, and # dbclient functionality, and includes the progress-bar functionality in scp. -# Hopefully that seems intuitive. ifndef PROGRAMS PROGRAMS=dropbear dbclient dropbearkey dropbearconvert |