aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-10-18 19:30:12 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-10-18 19:30:12 +0000
commit29d68381503eea4723b25536d6a61732137d4a10 (patch)
treeca997ee8b1fc27abbc6b919f8d576a839c61d800 /tools
parentd307bdcc2c473858c6125636aa31793aace838dd (diff)
downloadsrc-29d68381503eea4723b25536d6a61732137d4a10.tar.gz
src-29d68381503eea4723b25536d6a61732137d4a10.zip
Provide a src.conf(5) description for the new WITHOUT_CAROOT option, and
rename the WITH_LOADER_VERIEXEC_PASS_MANFIEST description to its correct name. Also correct a bunch of spelling errors in that description. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=353737
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_CAROOT3
-rw-r--r--tools/build/options/WITH_LOADER_VERIEXEC6
-rw-r--r--tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANFIEST8
-rw-r--r--tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANIFEST8
-rw-r--r--tools/build/options/WITH_VERIEXEC4
5 files changed, 16 insertions, 13 deletions
diff --git a/tools/build/options/WITHOUT_CAROOT b/tools/build/options/WITHOUT_CAROOT
new file mode 100644
index 000000000000..6d6293acffa4
--- /dev/null
+++ b/tools/build/options/WITHOUT_CAROOT
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Set to not add the trusted certificates from the Mozilla NSS bundle to
+base.
diff --git a/tools/build/options/WITH_LOADER_VERIEXEC b/tools/build/options/WITH_LOADER_VERIEXEC
index 72dbbb12fd46..e44732075525 100644
--- a/tools/build/options/WITH_LOADER_VERIEXEC
+++ b/tools/build/options/WITH_LOADER_VERIEXEC
@@ -1,7 +1,7 @@
.\" $FreeBSD$
Enable building
.Xr loader 8
-with support for verifcation similar to Verified Exec.
+with support for verification similar to Verified Exec.
.Pp
-It depends on
-.Va WITH_BEARSSL
+Depends on
+.Va WITH_BEARSSL .
diff --git a/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANFIEST b/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANFIEST
deleted file mode 100644
index 185955ee290a..000000000000
--- a/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANFIEST
+++ /dev/null
@@ -1,8 +0,0 @@
-.\" $FreeBSD$
-Enable building
-.Xr loader 8
-with support to pass a verified manifest to kernel.
-Kernel has to be build with a module to parse the manfiest.
-.Pp
-It depends on
-.Va WITH_LOADER_VERIEXEC
diff --git a/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANIFEST b/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANIFEST
new file mode 100644
index 000000000000..32dd8525e824
--- /dev/null
+++ b/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANIFEST
@@ -0,0 +1,8 @@
+.\" $FreeBSD$
+Enable building
+.Xr loader 8
+with support to pass a verified manifest to the kernel.
+The kernel has to be built with a module to parse the manifest.
+.Pp
+Depends on
+.Va WITH_LOADER_VERIEXEC .
diff --git a/tools/build/options/WITH_VERIEXEC b/tools/build/options/WITH_VERIEXEC
index e46fab7addf2..579209bcd17f 100644
--- a/tools/build/options/WITH_VERIEXEC
+++ b/tools/build/options/WITH_VERIEXEC
@@ -5,5 +5,5 @@ which loads the contents of verified manifests into the kernel
for use by
.Xr mac_veriexec 4
.Pp
-It depends on
-.Va WITH_BEARSSL
+Depends on
+.Va WITH_BEARSSL .