diff options
author | ache <ache@FreeBSD.org> | 2006-05-22 05:12:44 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2006-05-22 05:12:44 +0000 |
commit | 38d8afc67c5364f25a8db0a2d195fc3c43d1a006 (patch) | |
tree | cc40083a70743ed8c6d3f6513902dc7133553e52 | |
parent | 9a5d4b3bf8f8a48447e08f536320c91d79b1c772 (diff) | |
download | FreeBSD-src-38d8afc67c5364f25a8db0a2d195fc3c43d1a006.zip FreeBSD-src-38d8afc67c5364f25a8db0a2d195fc3c43d1a006.tar.gz |
Remove pending actions asked in comments for SHLIB_MAJOR bump, done.
Reviewed by: ume
-rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 80dcae2..90dc880 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -12,8 +12,6 @@ SHLIBDIR?= /lib # To include legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS # to CFLAGS below. -DSYSLIBC_SCCS affects just the system call stubs. LIB=c -# If you bump SHLIB_MAJOR, remove the kluge from gen/gethostname.c. -# If you bump SHLIB_MAJOR, see standards/55112. SHLIB_MAJOR= 7 WARNS?= 2 CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include |