diff options
author | yar <yar@FreeBSD.org> | 2006-07-31 13:08:47 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-07-31 13:08:47 +0000 |
commit | 11ca32ce47698a0c3993e3c7ed37c63a5ca44105 (patch) | |
tree | 785fa773b57858e9a910ab73d8a0d557f6bff601 /tools | |
parent | 2d54f27d1f9933a95a1a23d4c8a4610da9a0e02d (diff) | |
download | FreeBSD-src-11ca32ce47698a0c3993e3c7ed37c63a5ca44105.zip FreeBSD-src-11ca32ce47698a0c3993e3c7ed37c63a5ca44105.tar.gz |
Document some more src.conf(5) options:
WITHOUT_GNU, WITHOUT_NS_CACHING, WITHOUT_PAM.
Noticed by: src/tools/build/options/makeman
Diffstat (limited to 'tools')
-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 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. |