summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
authorkaiw <kaiw@FreeBSD.org>2014-01-21 21:13:13 +0000
committerkaiw <kaiw@FreeBSD.org>2014-01-21 21:13:13 +0000
commit0e24bee33af225ce86e029aa10560c4d8c0cea46 (patch)
tree173bb3b43455b6a9196a096465e5427fbb2c1f96 /lib/libelf
parente84feacd7b0764e6fa1d6ab38c499712175e32e1 (diff)
downloadFreeBSD-src-0e24bee33af225ce86e029aa10560c4d8c0cea46.zip
FreeBSD-src-0e24bee33af225ce86e029aa10560c4d8c0cea46.tar.gz
Bump SHLIB_MAJOR for libelf.
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile
index 58692cf..c400204 100644
--- a/lib/libelf/Makefile
+++ b/lib/libelf/Makefile
@@ -82,7 +82,7 @@ sys/elf32.h sys/elf64.h sys/elf_common.h: ${.CURDIR}/../../sys/${.TARGET}
mkdir -p ${.OBJDIR}/sys
ln -sf ${.CURDIR}/../../sys/${.TARGET} ${.TARGET}
-SHLIB_MAJOR= 1
+SHLIB_MAJOR= 2
MAN= elf.3 \
elf_begin.3 \
OpenPOWER on IntegriCloud