summaryrefslogtreecommitdiff
path: root/lib/libthread_db
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2005-07-22 17:29:10 +0000
committerKen Smith <kensmith@FreeBSD.org>2005-07-22 17:29:10 +0000
commit3f0da39ca54866a1b1c56f539e7af1c67942f1ce (patch)
tree8e19e7f9a3e9e4318b8770ef1753aae49606bd23 /lib/libthread_db
parent19997e47e088eb2591f5e1f70d8a56be66096705 (diff)
Notes
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 fda5afec1edb..53f5500adc2b 100644
--- a/lib/libthread_db/Makefile
+++ b/lib/libthread_db/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
LIB= thread_db
-SHLIB_MAJOR= 1
+SHLIB_MAJOR= 2
SRCS= thread_db.c
SRCS+= libpthread_db.c libpthread_md.c
SRCS+= libc_r_db.c libc_r_md.c