summaryrefslogtreecommitdiff
path: root/lib/libpthread/test/Makefile
diff options
context:
space:
mode:
authorJonathan Mini <mini@FreeBSD.org>2002-09-16 19:29:34 +0000
committerJonathan Mini <mini@FreeBSD.org>2002-09-16 19:29:34 +0000
commitcfa1f4e6598fe97439b3012396e30d1eeb759421 (patch)
tree458429bcec9378f696f0095268e373f131a31a66 /lib/libpthread/test/Makefile
parenta3ad85e51b8dbb685ea451e3129cd39a84e9dcf7 (diff)
Notes
Diffstat (limited to 'lib/libpthread/test/Makefile')
-rw-r--r--lib/libpthread/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile
index 0eb530c3ef14..d34e3e72c7fb 100644
--- a/lib/libpthread/test/Makefile
+++ b/lib/libpthread/test/Makefile
@@ -1,7 +1,7 @@
#
# $FreeBSD$
#
-# Automated test suite for libc_r (pthreads).
+# Automated test suite for libpthread (pthreads).
#
# File lists.
@@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
LDFLAGS_A := -static
LDFLAGS_P := -pg
LDFLAGS_S :=
-LIBS := -lc_r
+LIBS := -lpthread
# Flags passed to verify. "-v" or "-u" may be useful.
VFLAGS :=