From 56afbc77ef854c622b7eacaf29d31e3ad7e25da7 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 27 Oct 2022 22:42:06 +0100 Subject: [PATCH] FreeBSD: define MAKE=gmake in configure env The default make on FreeBSD is bmake not GNU make. Set MAKE=gmake to prevent configure errors. --- docs/Getting Started/FreeBSD.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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