summaryrefslogtreecommitdiffstats
path: root/lib/libthread_db
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2008-03-12 09:49:39 +0000
committerjeff <jeff@FreeBSD.org>2008-03-12 09:49:39 +0000
commit0409b8b057e311cd07926d396632a1c1f9799052 (patch)
tree7fe2e3473b5b1edbdd4a118c31e710f1391407a0 /lib/libthread_db
parent800e3627440dac63c0e5a7408b04b1a95f3106f9 (diff)
downloadFreeBSD-src-0409b8b057e311cd07926d396632a1c1f9799052.zip
FreeBSD-src-0409b8b057e311cd07926d396632a1c1f9799052.tar.gz
- Remove libkse and related support code in libpthread from the build.
Don't remove the files yet. Kernel support will be removed shortly.
Diffstat (limited to 'lib/libthread_db')
-rw-r--r--lib/libthread_db/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthread_db/Makefile b/lib/libthread_db/Makefile
index d8e1975..1767a9d 100644
--- a/lib/libthread_db/Makefile
+++ b/lib/libthread_db/Makefile
@@ -5,7 +5,7 @@
LIB= thread_db
SHLIB_MAJOR= 3
SRCS= thread_db.c
-SRCS+= libpthread_db.c libpthread_md.c
+SRCS+= libpthread_md.c
SRCS+= libthr_db.c
INCS= thread_db.h
WARNS?= 1
OpenPOWER on IntegriCloud