aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2021-02-02 01:09:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2021-02-06 01:18:07 +0000
commite45bb3902e80da374500a3dc077d7d11cfb3d6ba (patch)
tree39f3a4fd5c52da49e5a006977cbf2a679af1609d /lib
parentb94f25eb626fadba144e9b9e8d08b83ba22134d7 (diff)
Diffstat (limited to 'lib')
-rw-r--r--lib/libdpv/Makefile2
-rw-r--r--lib/libedit/Makefile2
-rw-r--r--lib/ncurses/form/Makefile1
-rw-r--r--lib/ncurses/menu/Makefile1
-rw-r--r--lib/ncurses/panel/Makefile1
5 files changed, 5 insertions, 2 deletions
diff --git a/lib/libdpv/Makefile b/lib/libdpv/Makefile
index d2334ee38186..be28debc70bc 100644
--- a/lib/libdpv/Makefile
+++ b/lib/libdpv/Makefile
@@ -2,7 +2,7 @@
PACKAGE= dpv
LIB= dpv
-SHLIB_MAJOR= 1
+SHLIB_MAJOR= 2
INCS= dpv.h
MAN= dpv.3
MLINKS= dpv.3 dpv_free.3
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index f1dbad42db22..963063ef90fa 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -7,7 +7,7 @@ PACKAGE=clibs
EDITDIR= ${SRCTOP}/contrib/libedit
.PATH: ${EDITDIR}
-SHLIB_MAJOR= 7
+SHLIB_MAJOR= 8
SHLIBDIR?= /lib
WARNS?= 3
diff --git a/lib/ncurses/form/Makefile b/lib/ncurses/form/Makefile
index a8e636d6ce1b..a6b186936dc5 100644
--- a/lib/ncurses/form/Makefile
+++ b/lib/ncurses/form/Makefile
@@ -6,6 +6,7 @@
SRCDIR= ${NCURSES_DIR}/form
LIB= formw
+SHLIB_MAJOR= 6
.PATH: ${SRCDIR}
SRCS= \
diff --git a/lib/ncurses/menu/Makefile b/lib/ncurses/menu/Makefile
index 7844cd4d936c..9bd92723fed9 100644
--- a/lib/ncurses/menu/Makefile
+++ b/lib/ncurses/menu/Makefile
@@ -6,6 +6,7 @@
SRCDIR= ${NCURSES_DIR}/menu
LIB= menuw
+SHLIB_MAJOR= 6
.PATH: ${SRCDIR}
SRCS= \
diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile
index a22df4d89570..9dd950496b1b 100644
--- a/lib/ncurses/panel/Makefile
+++ b/lib/ncurses/panel/Makefile
@@ -6,6 +6,7 @@
SRCDIR= ${NCURSES_DIR}/panel
LIB= panelw
+SHLIB_MAJOR= 6
.PATH: ${SRCDIR}
SRCS= \