diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-26 23:08:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-26 23:08:42 +0000 |
commit | 8475057e31c68a2144807b380549d35e940851e0 (patch) | |
tree | a687573357dbc354f44f0691e260f851867cd2fa /lib/libc | |
parent | 63f0cd928d2f15ffd569b269d59dcb40916ae53d (diff) | |
download | FreeBSD-src-8475057e31c68a2144807b380549d35e940851e0.zip FreeBSD-src-8475057e31c68a2144807b380549d35e940851e0.tar.gz |
Embellish the comment.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index feab901..b4af6bb 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -3,9 +3,11 @@ # # 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 to CFLAGS below. +# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS +# below. # To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS -# (for system call stubs) to CFLAGS below. +# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the +# system call stubs. LIB=c SHLIB_MAJOR= 5 SHLIB_MINOR= 0 |