summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-23 12:36:29 +1100
committerDamien Miller <djm@mindrot.org>1999-11-23 12:36:29 +1100
commit4d2f15f895f4c795afc008aeff3fd2ceffbc44f4 (patch)
tree8629dff981b78f5f1e5aed9a5068cb7c54b33e60
parent3744b5191822525a69861c1bc035cf955be196a1 (diff)
- Add recommendation to use GNU make to INSTALL document
-rw-r--r--ChangeLog1
-rw-r--r--INSTALL5
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 953072fc..16072e6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
- Restructured package-related files under packages/*
- Added generic PAM config
- Numerous little Solaris fixes
+ - Add recommendation to use GNU make to INSTALL document
19991122
- Make <enter> close gnome-ssh-askpass (Debian bug #50299)
diff --git a/INSTALL b/INSTALL
index 4ff27124..69afc8fc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,6 +29,11 @@ Gathering Daemon (or similar). You will also need to specify the
EGD:
http://www.lothar.com/tech/crypto/
+GNU Make:
+ftp://ftp.gnu.org/gnu/make/
+
+OpenSSH has only been tested with GNU make. It may work with other
+'make' programs, but you are on your own.
2. Building / Installation
--------------------------