DESC
Tell BSD people to use "gmake" instead of "make".
EDESC
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".
