aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/test
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2002-12-08 22:43:31 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2002-12-08 22:43:31 +0000
commit84001cde8f2f4de96d7f2935dd053818124b89c1 (patch)
tree6bce9ccfdabef2febc2bb104488d7e8ccd710833 /lib/libkse/test
parent00680379365b5f02af863e76ee8d002328cafa73 (diff)
downloadsrc-84001cde8f2f4de96d7f2935dd053818124b89c1.tar.gz
src-84001cde8f2f4de96d7f2935dd053818124b89c1.zip
For now, build and install this as libkse instead of libpthread.
This will avoid any accidental use of an experimental library. Suggested by: rwatson Approved by: re (jhb)
Notes
Notes: svn path=/head/; revision=107687
Diffstat (limited to 'lib/libkse/test')
-rw-r--r--lib/libkse/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/test/Makefile b/lib/libkse/test/Makefile
index d34e3e72c7fb..31c74f75e552 100644
--- a/lib/libkse/test/Makefile
+++ b/lib/libkse/test/Makefile
@@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
LDFLAGS_A := -static
LDFLAGS_P := -pg
LDFLAGS_S :=
-LIBS := -lpthread
+LIBS := -lkse
# Flags passed to verify. "-v" or "-u" may be useful.
VFLAGS :=