summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-02-05 02:55:20 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-02-05 02:55:20 +0000
commitc03701303f41816c9200f9b8e4a89b06f6a94112 (patch)
tree8f98e3f6fee1e10aa73a9c4af3a845a565f3b7f5 /lib/libpthread
parent8f796dca97febb2b0e668cd3613331a54c6a74c7 (diff)
downloadFreeBSD-src-c03701303f41816c9200f9b8e4a89b06f6a94112.zip
FreeBSD-src-c03701303f41816c9200f9b8e4a89b06f6a94112.tar.gz
libkse was renamed to libpthread.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile
index aec6f3e..5b5eb3c 100644
--- a/lib/libpthread/test/Makefile
+++ b/lib/libpthread/test/Makefile
@@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
LDFLAGS_A := -static
LDFLAGS_P := -pg
LDFLAGS_S :=
-LIBS := -lkse
+LIBS := -lpthread
# Flags passed to verify. "-v" or "-u" may be useful.
VERIFY = perl verify
OpenPOWER on IntegriCloud