FreeBSD requires gmake, so let's say that. Also fix a typo.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9c2b7ecc Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9c2b7ecc Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9c2b7ecc Branch: refs/heads/sphinx-docs Commit: 9c2b7ecc37771c4f68f33ad206968bb8e5e9fe91 Parents: 1b92b8b Author: Daniel Gruno <[email protected]> Authored: Thu Apr 25 10:59:24 2013 +0200 Committer: Daniel Gruno <[email protected]> Committed: Thu Apr 25 10:59:24 2013 +0200 ---------------------------------------------------------------------- INSTALL | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9c2b7ecc/INSTALL ---------------------------------------------------------------------- diff --git a/INSTALL b/INSTALL index fdee9b3..4792883 100644 --- a/INSTALL +++ b/INSTALL @@ -11,18 +11,18 @@ BUILD AND INSTALLATION Configure & Build from source: $ autoreconf -i # generate the configure script and Makefile.in files -On Linux, OSX and FreeBSD: +On Linux, OSX: $ ./configure [--prefix=PREFIX] $ make -On OpenSolaris: +On OpenSolaris and FreeBSD: $ ./configure [--prefix=PREFIX] $ gmake To install: $ sudo make install -* Building on FreeBSD required GNU make. This is the preferred make +* Building on FreeBSD requires GNU make. This is the preferred make on all platforms. * Replace PREFIX with the filesystem path under which Traffic Server
