summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-03-27 20:23:11 +0000
committernate <nate@FreeBSD.org>1995-03-27 20:23:11 +0000
commit90d65a3dd93828997084420d12b497c491a7751f (patch)
tree65ca00d382b92674e2cfe6a565e492e1032bfd6d /lib
parenta2d91a32d5f95c9e7b0715e63eaec56717390839 (diff)
downloadFreeBSD-src-90d65a3dd93828997084420d12b497c491a7751f.zip
FreeBSD-src-90d65a3dd93828997084420d12b497c491a7751f.tar.gz
Bump the shared library minor # because of the additions of the
strhash() functions.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 2edccc4..75c7d02 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -6,6 +6,8 @@
# from CFLAGS below. To remove these strings from just the system call
# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
LIB=c
+SHLIB_MAJOR= 2
+SHLIB_MINOR= 1
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS
AINC= -I${.CURDIR}/${MACHINE}
CLEANFILES+=tags
OpenPOWER on IntegriCloud