- Add recommendation to use GNU make to INSTALL document

This commit is contained in:
Damien Miller 1999-11-23 12:36:29 +11:00
parent 3744b51918
commit 4d2f15f895
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- Restructured package-related files under packages/* - Restructured package-related files under packages/*
- Added generic PAM config - Added generic PAM config
- Numerous little Solaris fixes - Numerous little Solaris fixes
- Add recommendation to use GNU make to INSTALL document
19991122 19991122
- Make <enter> close gnome-ssh-askpass (Debian bug #50299) - Make <enter> close gnome-ssh-askpass (Debian bug #50299)

View File

@ -29,6 +29,11 @@ Gathering Daemon (or similar). You will also need to specify the
EGD: EGD:
http://www.lothar.com/tech/crypto/ 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 2. Building / Installation
-------------------------- --------------------------