summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-12-28 09:57:33 +1100
committerDamien Miller <djm@mindrot.org>2001-12-28 09:57:33 +1100
commit6cb127fc14a32667571f843a8de5d8cf0cf10e29 (patch)
tree343e5f3c39ffefc225ebbb89f45d8116782492a8
parent9443508b96e2d2682a221bc17110e87a38503dc5 (diff)
- (djm) Remove recommendation to use GNU make, we should support most
make programs.
-rw-r--r--ChangeLog6
-rw-r--r--INSTALL8
2 files changed, 6 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 736ace97a..bcacfc564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120011228
2 - (djm) Remove recommendation to use GNU make, we should support most
3 make programs.
4
120011225 520011225
2 - (stevesk) [Makefile.in ssh-rand-helper.c] 6 - (stevesk) [Makefile.in ssh-rand-helper.c]
3 portable lib and __progname support for ssh-rand-helper; ok djm@ 7 portable lib and __progname support for ssh-rand-helper; ok djm@
@@ -7104,4 +7108,4 @@
7104 - Wrote replacements for strlcpy and mkdtemp 7108 - Wrote replacements for strlcpy and mkdtemp
7105 - Released 1.0pre1 7109 - Released 1.0pre1
7106 7110
7107$Id: ChangeLog,v 1.1708 2001/12/25 04:32:58 stevesk Exp $ 7111$Id: ChangeLog,v 1.1709 2001/12/27 22:57:33 djm Exp $
diff --git a/INSTALL b/INSTALL
index 4e1c1da58..c32feecc7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -45,12 +45,6 @@ lacks /dev/random and don't want to use OpenSSH's internal entropy collection.
45 45
46http://www.lothar.com/tech/crypto/ 46http://www.lothar.com/tech/crypto/
47 47
48GNU Make:
49ftp://ftp.gnu.org/gnu/make/
50
51OpenSSH has only been tested with GNU make. It may work with other
52'make' programs, but you are on your own.
53
54S/Key Libraries: 48S/Key Libraries:
55http://www.sparc.spb.su/solaris/skey/ 49http://www.sparc.spb.su/solaris/skey/
56 50
@@ -224,4 +218,4 @@ Please refer to the "reporting bugs" section of the webpage at
224http://www.openssh.com/ 218http://www.openssh.com/
225 219
226 220
227$Id: INSTALL,v 1.47 2001/12/07 17:20:48 mouring Exp $ 221$Id: INSTALL,v 1.48 2001/12/27 22:57:34 djm Exp $