diff options
author | tjr <tjr@FreeBSD.org> | 2004-10-17 01:52:48 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-10-17 01:52:48 +0000 |
commit | 173f5d041b75ccb5f441455614c36ae702ae68d8 (patch) | |
tree | fc1c7aa637e4c226daeb579356b4e2133d4a1dc1 /lib/libc/Makefile | |
parent | b956669fcf31ac8b7ee72f5ce0f608c3738031c5 (diff) | |
download | FreeBSD-src-173f5d041b75ccb5f441455614c36ae702ae68d8.zip FreeBSD-src-173f5d041b75ccb5f441455614c36ae702ae68d8.tar.gz |
Bump the libc major version number to 6.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 24072d0..a8196bb 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -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 |