summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r--lib/libpthread/man/Makefile.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc
new file mode 100644
index 0000000..7d67fb8
--- /dev/null
+++ b/lib/libpthread/man/Makefile.inc
@@ -0,0 +1,17 @@
+# $Id$
+
+# POSIX thread man files
+
+.PATH: ${.CURDIR}/man
+
+MAN3+= pthread_create.3 \
+ pthread_detach.3 \
+ pthread_equal.3 \
+ pthread_exit.3 \
+ pthread_getspecific.3 \
+ pthread_join.3 \
+ pthread_key_create.3 \
+ pthread_key_delete.3 \
+ pthread_once.3 \
+ pthread_self.3 \
+ pthread_setspecific.3
OpenPOWER on IntegriCloud