diff --git a/docs/Getting Started/FreeBSD.rst b/docs/Getting Started/FreeBSD.rst index 817ab6d..a7b5354 100644 --- a/docs/Getting Started/FreeBSD.rst +++ b/docs/Getting Started/FreeBSD.rst @@ -84,7 +84,7 @@ To build and install: git clone https://github.com/openzfs/zfs cd zfs ./autogen.sh - ./configure + env MAKE=gmake ./configure gmake -j`sysctl -n hw.ncpu` # as root gmake install