Fixed English error in previous commit. Fixed some older English errors.

Removed a redundant clause.
This commit is contained in:
Bruce Evans 2003-12-11 09:53:25 +00:00
parent f318a5206c
commit e481bf775f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123440

View File

@ -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