diff options
Diffstat (limited to 'lib/librthread/Makefile')
-rw-r--r-- | lib/librthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librthread/Makefile b/lib/librthread/Makefile index 5716a110a63..3e5bfd8e64a 100644 --- a/lib/librthread/Makefile +++ b/lib/librthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2011/12/05 04:02:03 guenther Exp $ +# $OpenBSD: Makefile,v 1.20 2011/12/21 00:49:47 guenther Exp $ LIB=rthread WANTLINT= @@ -14,7 +14,7 @@ LDADD = -Wl,-znodelete,-zinitfirst SRCS= rthread.c rthread_attr.c rthread_sched.c rthread_sync.c rthread_tls.c \ rthread_sig.c rthread_np.c rthread_debug.c rthread_stack.c \ rthread_libc.c rthread_fork.c rthread_file.c sched_prio.c \ - rthread_cancel.c + rthread_cancel.c rthread_mutexattr.c OBJS+= _atomic_lock.o rfork_thread.o cerror.o |