
On BSD, the default "make" is not GNU make, and Makefiles are incompatible
(one uses "ifdef", the other ".ifdef"... what a difference!), so if you're
compiling under a BSD, you need to use "gmake" instead of "make".

---

 cur-root/INSTALL |    2 ++
 1 files changed, 2 insertions(+)

diff -puN INSTALL~gmake_on_bsds INSTALL
--- cur/INSTALL~gmake_on_bsds	2004-09-19 01:32:45.142010960 -0300
+++ cur-root/INSTALL	2004-09-19 01:32:45.145010504 -0300
@@ -30,6 +30,8 @@ ldconfig
 There are other small options that might be useful (like compiling with
 debugging information), you can check the Make.conf file for more information.
 
+If you use any BSD, or if the default "make" is not GNU make, use "gmake"
+instead.
 
 After installing, you're ready to use the library; you can see how by looking
 at the manpage with "man libjio".
_

