summaryrefslogtreecommitdiffstats
path: root/lib/libthr/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-06-11 15:27:56 +0000
committerrwatson <rwatson@FreeBSD.org>2005-06-11 15:27:56 +0000
commitdffb6088ac0fd97643a2818c01015a5e66e4da0c (patch)
tree9e77036d7545cfbf860899972459a049af25d3bc /lib/libthr/Makefile
parentbe79126844179d84dda297cece04bb6d2462eb03 (diff)
downloadFreeBSD-src-dffb6088ac0fd97643a2818c01015a5e66e4da0c.zip
FreeBSD-src-dffb6088ac0fd97643a2818c01015a5e66e4da0c.tar.gz
Add a stub libthr(3) man page to document what it is and why, as well as
to point at libmap.conf(5). This will help answer questions about what and why it is, although not in great detail. Approved by: re (scottl) MFC after: 1 week MFC note: When MFC'd, don't MFC mention of work not yet MFC'd.
Diffstat (limited to 'lib/libthr/Makefile')
-rw-r--r--lib/libthr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index 9a8f40c..126fc5e 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -23,6 +23,8 @@ CFLAGS+=-Winline
LDFLAGS= -Wl,--version-script=${.CURDIR}/pthread.map
+MAN= libthr.3
+
# enable extra internal consistancy checks
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall
CFLAGS+=-g
OpenPOWER on IntegriCloud