summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-26 23:09:34 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-26 23:09:34 +0000
commit57f8b17ed0d52927fab04958e6dafd09782739ed (patch)
treea50f898ec59b9d4abb9b27a050b7e2e0ae70443a /lib/libc
parent54a5fb6c949ca82d9b3e9060cc6d6a63ac051678 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index b4af6bb86015..dbe6734ab620 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -4,7 +4,7 @@
# 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.
+# 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.