diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2021-02-02 16:48:08 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2021-02-02 16:48:34 +0000 |
| commit | d0ca28d7c9c7da80a62e4307fe37b923e32ca1bb (patch) | |
| tree | 0f04b9edf752b8a29f6c376dc3aede709a819367 /share | |
| parent | ff975f15d86001d5b948ab538de1e4aca852d2f5 (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/src.conf.5 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 3b57c443353d..ea94bac4d2dc 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,6 +1,6 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. .\" $FreeBSD$ -.Dd February 1, 2021 +.Dd February 2, 2021 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1245,10 +1245,19 @@ Set to build nvme related tools and kernel modules. .Pp This is a default setting on amd64/amd64, arm64/aarch64, i386/i386 and powerpc/powerpc64. -.It Va WITH_OFED -Set to build the +.It Va WITHOUT_OFED +Set to disable the build of the .Dq "OpenFabrics Enterprise Distribution" -Infiniband software stack. +Infiniband software stack, including kernel modules and userspace libraries. +.Pp +This is a default setting on +riscv/riscv64 and riscv/riscv64sf. +When set, it enforces these options: +.Pp +.Bl -item -compact +.It +.Va WITHOUT_OFED_EXTRA +.El .It Va WITH_OFED_EXTRA Set to build the non-essential components of the .Dq "OpenFabrics Enterprise Distribution" |
