FreeBSD: define MAKE=gmake in configure env

The default make on FreeBSD is bmake not GNU make.  Set MAKE=gmake to
prevent configure errors.
This commit is contained in:
Brooks Davis
2022-10-27 22:42:06 +01:00
committed by George Melikov
parent 28e0bde4c4
commit 56afbc77ef

View File

@@ -84,7 +84,7 @@ To build and install:
git clone https://github.com/openzfs/zfs git clone https://github.com/openzfs/zfs
cd zfs cd zfs
./autogen.sh ./autogen.sh
./configure env MAKE=gmake ./configure
gmake -j`sysctl -n hw.ncpu` gmake -j`sysctl -n hw.ncpu`
# as root # as root
gmake install gmake install