summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/options/WITHOUT_GNU4
-rw-r--r--tools/build/options/WITHOUT_NS_CACHING7
-rw-r--r--tools/build/options/WITHOUT_PAM2
3 files changed, 13 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_GNU b/tools/build/options/WITHOUT_GNU
new file mode 100644
index 0000000..0a041a4
--- /dev/null
+++ b/tools/build/options/WITHOUT_GNU
@@ -0,0 +1,4 @@
+.\" $FreeBSD$
+Set to not build contributed GNU software as a part of the base system.
+This option can be useful if the system built must not contain any code
+covered by the GNU Public License due to legal reasons.
diff --git a/tools/build/options/WITHOUT_NS_CACHING b/tools/build/options/WITHOUT_NS_CACHING
new file mode 100644
index 0000000..c86c76d
--- /dev/null
+++ b/tools/build/options/WITHOUT_NS_CACHING
@@ -0,0 +1,7 @@
+.\" $FreeBSD$
+Set to disable name caching in the
+.Pa nsswitch
+subsystem.
+The generic caching daemon,
+.Xr cached 8 ,
+will not be built either if this option is set.
diff --git a/tools/build/options/WITHOUT_PAM b/tools/build/options/WITHOUT_PAM
new file mode 100644
index 0000000..c19725d
--- /dev/null
+++ b/tools/build/options/WITHOUT_PAM
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to not build PAM library and modules.
OpenPOWER on IntegriCloud