Other operating systems, like FreeBSD, have their own make programs, with different syntax. These install GNU make as gmake, and relay on the $(MAKE) macro to specify the right program. The src/makefile.* files hard code make command line for leveldb, causing FreeBSD to use the wrong make command.
This pull edits this command to use the $(MAKE) macro, so the right make command is used.