summaryrefslogtreecommitdiffstats
path: root/lib/libkse/test
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2002-12-08 22:43:31 +0000
committerdeischen <deischen@FreeBSD.org>2002-12-08 22:43:31 +0000
commitc27018b9df9c732373b552d302fbabec63800ac0 (patch)
tree6bce9ccfdabef2febc2bb104488d7e8ccd710833 /lib/libkse/test
parent5745230c62222259ed9ed945c840ba4de621d4b4 (diff)
downloadFreeBSD-src-c27018b9df9c732373b552d302fbabec63800ac0.zip
FreeBSD-src-c27018b9df9c732373b552d302fbabec63800ac0.tar.gz
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)
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 d34e3e7..31c74f7 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 :=
OpenPOWER on IntegriCloud