diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-05-21 15:15:21 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-05-21 15:15:21 +0000 |
| commit | 794063c03ff630bf753b2fe0b3dd90ddf5175502 (patch) | |
| tree | fb9caeab3033da6f3c58a8af7c32a6aeca53ea4e /lib/libc/Makefile | |
| parent | 473c8b2ecfef65db185878f94545298e77d3524f (diff) | |
Notes
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 496598a070640..80dcae2c1d1b7 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -14,7 +14,7 @@ SHLIBDIR?= /lib LIB=c # If you bump SHLIB_MAJOR, remove the kluge from gen/gethostname.c. # If you bump SHLIB_MAJOR, see standards/55112. -SHLIB_MAJOR= 6 +SHLIB_MAJOR= 7 WARNS?= 2 CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH} |
