aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-07-19 17:25:24 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-07-19 17:25:24 +0000
commit3ca3047aee082043d90aff2611a349c86c98e97c (patch)
treeec388df935beef7e607d99dc9e13b57bb4a74464 /cddl/lib
parent030d10ee972b06a59628438eb91b0927af3ddfd9 (diff)
downloadsrc-3ca3047aee082043d90aff2611a349c86c98e97c.tar.gz
src-3ca3047aee082043d90aff2611a349c86c98e97c.zip
Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
Notes
Notes: svn path=/head/; revision=195767
Diffstat (limited to 'cddl/lib')
-rw-r--r--cddl/lib/Makefile.inc2
-rw-r--r--cddl/lib/libctf/Makefile2
-rw-r--r--cddl/lib/libdtrace/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/cddl/lib/Makefile.inc b/cddl/lib/Makefile.inc
index d97f1abf584c..8f9af1d17e9d 100644
--- a/cddl/lib/Makefile.inc
+++ b/cddl/lib/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
SHLIBDIR?= /lib
-SHLIB_MAJOR?= 1
+SHLIB_MAJOR?= 2
.include "../Makefile.inc"
diff --git a/cddl/lib/libctf/Makefile b/cddl/lib/libctf/Makefile
index b3d3b039ddda..6309ee499564 100644
--- a/cddl/lib/libctf/Makefile
+++ b/cddl/lib/libctf/Makefile
@@ -3,7 +3,7 @@
.include "../../Makefile.inc"
LIB= ctf
-SHLIB_MAJOR= 1
+SHLIB_MAJOR= 2
SRCS= ctf_create.c \
ctf_decl.c \
diff --git a/cddl/lib/libdtrace/Makefile b/cddl/lib/libdtrace/Makefile
index 9ffdaed124b7..071d9504c0dd 100644
--- a/cddl/lib/libdtrace/Makefile
+++ b/cddl/lib/libdtrace/Makefile
@@ -3,7 +3,7 @@
.include "../../Makefile.inc"
LIB= dtrace
-SHLIB_MAJOR= 1
+SHLIB_MAJOR= 2
WARNS= 1