summaryrefslogtreecommitdiff
path: root/lib/libthread_db/Makefile
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2006-10-05 06:26:31 +0000
committerDavid Xu <davidxu@FreeBSD.org>2006-10-05 06:26:31 +0000
commit65c4c807722968d7cc1ea9be307e766209e7716e (patch)
treefcd32d62a45da82910b66be7abf4370340472524 /lib/libthread_db/Makefile
parent2405f16615b55fb9d173ac639f89c966e9561f41 (diff)
Notes
Diffstat (limited to 'lib/libthread_db/Makefile')
-rw-r--r--lib/libthread_db/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthread_db/Makefile b/lib/libthread_db/Makefile
index f74e49d11010..eb7172528006 100644
--- a/lib/libthread_db/Makefile
+++ b/lib/libthread_db/Makefile
@@ -6,7 +6,6 @@ LIB= thread_db
SHLIB_MAJOR= 2
SRCS= thread_db.c
SRCS+= libpthread_db.c libpthread_md.c
-SRCS+= libc_r_db.c libc_r_md.c
SRCS+= libthr_db.c
INCS= thread_db.h
WARNS?= 1