summaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2003-01-21 02:24:41 +0000
committerchristos <christos@NetBSD.org>2003-01-21 02:24:41 +0000
commit3bcbc56f0268838cdf572b2cffadf0f91bf5a7ee (patch)
tree5ee4eca2a32173e8279c5d6b6032efbd2263a8e9 /lib/libpthread/Makefile
parent88176d9c56042001cdd509468a8fa7ad49d8793a (diff)
add manual pages.
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r--lib/libpthread/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 7c14375f8fb..65fa998dd5b 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/01/20 20:10:19 christos Exp $
+# $NetBSD: Makefile,v 1.12 2003/01/21 02:24:41 christos Exp $
#
WARNS= 2
@@ -65,6 +65,17 @@ pthread_switch.S _context_u.S: assym.h
debuglog: debuglog.o
$(CC) -o debuglog debuglog.o -lpthread
+MAN+= sem_destroy.3
+MAN+= sem_getvalue.3
+MAN+= sem_init.3
+MAN+= sem_open.3
+MAN+= sem_post.3
+MAN+= sem_wait.3
+
+MLINKS+= sem_open.3 sem_close.3
+MLINKS+= sem_open.3 sem_unlink.3
+MLINKS+= sem_wait.3 sem_trywait.3
+
.include <bsd.lib.mk>
.else