aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-12 07:26:39 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-12 07:26:39 +0000
commit20d24fbb933deae4ccdc875f54babfff8dace678 (patch)
tree086ca5a4b87d5f393d00711903b00279a7ec14e3 /lib/libpthread/Makefile
parent2254eda87e053e92fb9e0bd34a1fb5db0d9d7cd7 (diff)
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r--lib/libpthread/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 4f227aaa8eff..cb84bcd0a807 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/04/12 17:18:11 christos Exp $
+# $NetBSD: Makefile,v 1.12 2016/10/30 16:17:16 kamil Exp $
NOMAN= # defined
@@ -38,6 +38,7 @@ TESTS_C+= t_sigsuspend
TESTS_C+= t_siglongjmp
TESTS_C+= t_sleep
TESTS_C+= t_swapcontext
+TESTS_C+= t_timedmutex
LDADD.t_sem+= -lrt