summaryrefslogtreecommitdiff
path: root/lib/libthread_db/Makefile
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2008-03-23 09:38:11 +0000
committerJeff Roberson <jeff@FreeBSD.org>2008-03-23 09:38:11 +0000
commitfbb275f59ddfa2a84125e1c0682f703c8579702a (patch)
tree394c5bff8c305a9e0cf5f7e5a9f1e6a808493d76 /lib/libthread_db/Makefile
parent3f7905d29c1790f2749b531e722c6e77d705ca87 (diff)
Notes
Diffstat (limited to 'lib/libthread_db/Makefile')
-rw-r--r--lib/libthread_db/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthread_db/Makefile b/lib/libthread_db/Makefile
index 1767a9dad016..6114f9db4f76 100644
--- a/lib/libthread_db/Makefile
+++ b/lib/libthread_db/Makefile
@@ -6,6 +6,7 @@ LIB= thread_db
SHLIB_MAJOR= 3
SRCS= thread_db.c
SRCS+= libpthread_md.c
+SRCS+= libpthread_db.c
SRCS+= libthr_db.c
INCS= thread_db.h
WARNS?= 1