about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index a661c776..f7e5999e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -182,7 +182,7 @@ Once the dependencies are installed, you should be able to build and
 install the system (into /usr/local) with:
 
         perl Makefile.PL
-        make
+        make # GNU make is preferred, `gmake' on BSD systems
         make test
         make install # root permissions may be needed