diff options
author | Damien Miller <djm@mindrot.org> | 2014-08-20 03:10:51 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-08-20 03:10:51 +0200 |
commit | 54703e3cf63f0c80d4157e5ad7dbc2b363ee2c56 (patch) | |
tree | 7c4c9e5a486e98ea12565c07c34db5ca87fb41da /contrib | |
parent | - (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECC (diff) | |
download | openssh-54703e3cf63f0c80d4157e5ad7dbc2b363ee2c56.tar.xz openssh-54703e3cf63f0c80d4157e5ad7dbc2b363ee2c56.zip |
- (djm) [contrib/cygwin/README] Correct build instructions; from Corinna
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cygwin/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cygwin/README b/contrib/cygwin/README index dd21493d7..1396d99cd 100644 --- a/contrib/cygwin/README +++ b/contrib/cygwin/README @@ -69,7 +69,7 @@ Building OpenSSH Building from source is easy. Just unpack the source archive, cd to that directory, and call cygport: - cygport openssh.cygport almostall + cygport openssh.cygport all You must have installed the following packages to be able to build OpenSSH with the aforementioned cygport script: |