diff options
author | bde <bde@FreeBSD.org> | 2003-12-11 09:53:25 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2003-12-11 09:53:25 +0000 |
commit | 2bd70eb9323fc1dc1d48fc045b8d4c043c402be9 (patch) | |
tree | 6c97047fa20da15dc2a39fad8b2eaed06d88ab4d /lib | |
parent | 56a475799e92c028826a991b13ec8e0e2f0b6d88 (diff) | |
download | FreeBSD-src-2bd70eb9323fc1dc1d48fc045b8d4c043c402be9.zip FreeBSD-src-2bd70eb9323fc1dc1d48fc045b8d4c043c402be9.tar.gz |
Fixed English error in previous commit. Fixed some older English errors.
Removed a redundant clause.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 5d8bec0..ef7abce 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -4,13 +4,12 @@ # All library objects contain FreeBSD revision strings by default; they may be # excluded as a space-saving measure. To produce a library that does # not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS -# below. Note, there are no IDs for syscall stubs whose sources are generated. -# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS -# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the -# system call stubs. +# below. Note: there are no IDs for syscall stubs whose sources are generated. +# 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 kluge from gen/gethostname.c. -# If you bump SHLIB_MAJOR, see standards/55112 +# If you bump SHLIB_MAJOR, remove the kluge from gen/gethostname.c. +# If you bump SHLIB_MAJOR, see standards/55112. SHLIB_MAJOR= 5 SHLIBDIR?= /lib WARNS?= 1 |