1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Bump the libc major version number to 6.

This commit is contained in:
Tim J. Robbins 2004-10-17 01:52:48 +00:00
parent f25843fddd
commit 6bc2b4b7db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136603

View File

@ -10,7 +10,7 @@
LIB=c
# If you bump SHLIB_MAJOR, remove the kluge from gen/gethostname.c.
# If you bump SHLIB_MAJOR, see standards/55112.
SHLIB_MAJOR= 5
SHLIB_MAJOR= 6
SHLIBDIR?= /lib
WARNS?= 2
CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include