diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-10 13:46:32 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-10 13:46:32 +0000 |
commit | 6a402f8699d4c01c194f66d5ffdc184c639cf0ae (patch) | |
tree | 7b63817ce943c4e374fb3dcc9a13d9b19e23200c /lib/librthread/Makefile | |
parent | fc27ef60d168776f8f0e886964d69351e35c63a1 (diff) |
__tfork_thread is in libc, so move the manpage over too
ok deraadt@
Diffstat (limited to 'lib/librthread/Makefile')
-rw-r--r-- | lib/librthread/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/librthread/Makefile b/lib/librthread/Makefile index 939c3477bca..a07cf92b71b 100644 --- a/lib/librthread/Makefile +++ b/lib/librthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2013/08/06 19:11:53 miod Exp $ +# $OpenBSD: Makefile,v 1.38 2014/07/10 13:46:30 guenther Exp $ LIB=pthread LIBCSRCDIR= ${.CURDIR}/../libc @@ -39,9 +39,6 @@ SRCS= rthread.c \ OBJS+= _atomic_lock.o cerror.o -MAN+= __tfork_thread.3 -MLINKS+=__tfork_thread.3 __tfork.2 - SRCDIR= ${.CURDIR}/../libpthread .include "${SRCDIR}/include/Makefile.inc" .include "${SRCDIR}/man/Makefile.inc" |