summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-08-09 06:50:52 +0000
committerasami <asami@FreeBSD.org>1995-08-09 06:50:52 +0000
commit21e7f0520bb696e8a4e02b9f25c776e1a254cbfd (patch)
treeea105b074c9dda6555b23601cb3b46cbf72559dc /lib/libc/Makefile
parent7fbc5f520d17dcf53570b2b3aabeb8599df784d2 (diff)
downloadFreeBSD-src-21e7f0520bb696e8a4e02b9f25c776e1a254cbfd.zip
FreeBSD-src-21e7f0520bb696e8a4e02b9f25c776e1a254cbfd.tar.gz
Bump shlib minor because xdr_* functions have been enabled. Do NOT
bump it again if something else is added before 2.2. The xdr_* functions are enabled only in the 2.2 (-current) branch so far. If that modification is moved to the 2.1 (-stable) branch, this one should, too. Reviewed by: the mailing lists
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index bc77712..c52d671 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -7,7 +7,7 @@
# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
LIB=c
SHLIB_MAJOR= 2
-SHLIB_MINOR= 1
+SHLIB_MINOR= 2
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS
AINC= -I${.CURDIR}/${MACHINE}
CLEANFILES+=tags
OpenPOWER on IntegriCloud