aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-01-23 01:22:08 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-01-23 01:22:08 +0000
commitb3c361e217a1b4c18faa45d531e327b4af87e26f (patch)
treeb39803d022ab5a577ef340013821a1a629bc4402
parentcc877a0fe191872d1a62e21da3e89faef46accce (diff)
downloadsrc-b3c361e217a1b4c18faa45d531e327b4af87e26f.tar.gz
src-b3c361e217a1b4c18faa45d531e327b4af87e26f.zip
Changed LIB_SCCS and SYSLIB_SCCS #defines to LIB_RCS and SYSLIB_RCS.
Notes
Notes: svn path=/head/; revision=5789
-rw-r--r--lib/libc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 0ca19f82ac2a..2edccc4d5ac8 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,12 +1,12 @@
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
-# All library objects contain sccsid strings by default; they may be
+# All library objects contain rcsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
-# not contain these strings, delete -DLIBC_SCCS and -DSYSLIBC_SCCS
+# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
# from CFLAGS below. To remove these strings from just the system call
-# stubs, remove just -DSYSLIBC_SCCS from CFLAGS.
+# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
LIB=c
-CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
+CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS
AINC= -I${.CURDIR}/${MACHINE}
CLEANFILES+=tags
INSTALL_PIC_ARCHIVE= yes