1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Document the NOLIBPTHREAD and NOLIBTHR knobs.

This commit is contained in:
Ruslan Ermilov 2003-06-08 23:48:02 +00:00
parent 138449dc19
commit 93303bace1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116068

View File

@ -532,6 +532,18 @@ Set to not build
.Nm libc_r
(reentrant version of
.Nm libc ) .
.It Va NOLIBPTHREAD
.Pq Vt bool
Set to not build the
.Nm libpthread
(M:N threading)
library.
.It Va NOLIBTHR
.Pq Vt bool
Set to not build the
.Nm libthr
(1:1 threading)
library.
.It Va NOMANCOMPRESS
.Pq Vt bool
Set to install man pages uncompressed.