summaryrefslogtreecommitdiffstats
path: root/lib/libkse/test/Makefile
diff options
context:
space:
mode:
authormini <mini@FreeBSD.org>2002-09-16 19:29:34 +0000
committermini <mini@FreeBSD.org>2002-09-16 19:29:34 +0000
commit4726269c93c77b059b7532aca2c82f450924161b (patch)
tree458429bcec9378f696f0095268e373f131a31a66 /lib/libkse/test/Makefile
parent30a54cd01f46234158839d9a6cf458649587d7e6 (diff)
downloadFreeBSD-src-4726269c93c77b059b7532aca2c82f450924161b.zip
FreeBSD-src-4726269c93c77b059b7532aca2c82f450924161b.tar.gz
Mechanically change all libc_r references to libpthread.
Diffstat (limited to 'lib/libkse/test/Makefile')
-rw-r--r--lib/libkse/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/test/Makefile b/lib/libkse/test/Makefile
index 0eb530c..d34e3e7 100644
--- a/lib/libkse/test/Makefile
+++ b/lib/libkse/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 :=
OpenPOWER on IntegriCloud