diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-07-19 17:25:24 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-07-19 17:25:24 +0000 |
| commit | 3ca3047aee082043d90aff2611a349c86c98e97c (patch) | |
| tree | ec388df935beef7e607d99dc9e13b57bb4a74464 /cddl/lib | |
| parent | 030d10ee972b06a59628438eb91b0927af3ddfd9 (diff) | |
Notes
Diffstat (limited to 'cddl/lib')
| -rw-r--r-- | cddl/lib/Makefile.inc | 2 | ||||
| -rw-r--r-- | cddl/lib/libctf/Makefile | 2 | ||||
| -rw-r--r-- | cddl/lib/libdtrace/Makefile | 2 |
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 |
