summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2004-10-01 15:38:07 +0000
committerkensmith <kensmith@FreeBSD.org>2004-10-01 15:38:07 +0000
commit911789fdaa25947d9bc432932eb4c2fa3af887a9 (patch)
treeee4e7645bfa4f3e4d9c7a304ebae4aa7a255e3c5 /lib/msun
parent05b626ea1779415ac14811eedda367757629b424 (diff)
downloadFreeBSD-src-911789fdaa25947d9bc432932eb4c2fa3af887a9.zip
FreeBSD-src-911789fdaa25947d9bc432932eb4c2fa3af887a9.tar.gz
Bump the library version numbers for the following libraries:
/lib/{libm,libreadline} /usr/lib/{libhistory,libopie,libpcap} in preparation for doing the same thing to RELENG_5. HUGE amounts of help for determining what to bump provided by kris. Discussed on: freebsd-current Approved by: re (not required for commit but something like this should be)
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index efb75c9..496e740 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -68,6 +68,7 @@ CFLAGS+= -D_IEEE_LIBM
LIB= m
SHLIBDIR?= /lib
+SHLIB_MAJOR= 3
COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
OpenPOWER on IntegriCloud