diff options
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" |