summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-08 23:48:02 +0000
committerru <ru@FreeBSD.org>2003-06-08 23:48:02 +0000
commitff5d1b58643e60d13a62f668165744be55da295b (patch)
treee4e838a345d1f601b251ace2a2d801a6c82c58f3 /share
parent6a3f0ec4b167d9c70d2ebb7162083405840f5846 (diff)
downloadFreeBSD-src-ff5d1b58643e60d13a62f668165744be55da295b.zip
FreeBSD-src-ff5d1b58643e60d13a62f668165744be55da295b.tar.gz
Document the NOLIBPTHREAD and NOLIBTHR knobs.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/make.conf.512
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index fbde9f0..7a01efa 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -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.
OpenPOWER on IntegriCloud