svn commit: r330117 - head/share/man/man5

Kyle Evans kevans at FreeBSD.org
Wed Feb 28 15:45:15 UTC 2018


Author: kevans
Date: Wed Feb 28 15:45:14 2018
New Revision: 330117
URL: https://svnweb.freebsd.org/changeset/base/330117

Log:
  Regenerate src.conf(5) after r330115 and r330116

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Wed Feb 28 15:28:04 2018	(r330116)
+++ head/share/man/man5/src.conf.5	Wed Feb 28 15:45:14 2018	(r330117)
@@ -219,6 +219,9 @@ Set to not build the BSD licensed version of cpio base
 .Xr libarchive 3 .
 .It Va WITH_BSD_GREP
 Install BSD-licensed grep as '[ef]grep' instead of GNU grep.
+.It Va WITH_BSD_GREP_FASTMATCH
+Set this option to use the fastmatch implementation in
+.Xr bsdgrep 1 .
 .It Va WITHOUT_BSNMP
 Set to not build or install
 .Xr bsnmpd 1
@@ -1017,6 +1020,16 @@ Set to use LLVM's libunwind stack unwinder (instead of
 .Pp
 This is a default setting on
 amd64/amd64, arm64/aarch64, i386/i386, riscv/riscv64 and riscv/riscv64sf.
+.It Va WITHOUT_LOADER_EFI
+Set to disable building of EFI bootloader components
+.Pp
+This is a default setting on
+mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, powerpc/powerpc, powerpc/powerpc64, powerpc/powerpcspe, riscv/riscv64, riscv/riscv64sf and sparc64/sparc64.
+.It Va WITH_LOADER_EFI
+Set to build EFI bootloader components
+.Pp
+This is a default setting on
+amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv7, arm64/aarch64 and i386/i386.
 .It Va WITH_LOADER_FIREWIRE
 Enable firewire support in /boot/loader and /boot/zfsloader on x86.
 This option is a nop on all other platforms.


More information about the svn-src-all mailing list