diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-07-31 13:08:47 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-07-31 13:08:47 +0000 |
| commit | f7ee05c00b2263d4613a3c40ccd414512dfc35f2 (patch) | |
| tree | 785fa773b57858e9a910ab73d8a0d557f6bff601 | |
| parent | c3b08cc667cd060d06f7ea9b60e1b5f547a2b6cd (diff) | |
Notes
| -rw-r--r-- | tools/build/options/WITHOUT_GNU | 4 | ||||
| -rw-r--r-- | tools/build/options/WITHOUT_NS_CACHING | 7 | ||||
| -rw-r--r-- | tools/build/options/WITHOUT_PAM | 2 |
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 0000000000000..0a041a47a3e32 --- /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 0000000000000..c86c76d21f7d1 --- /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 0000000000000..c19725d170d8e --- /dev/null +++ b/tools/build/options/WITHOUT_PAM @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build PAM library and modules. |
