summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-01-23 01:22:08 +0000
committerdg <dg@FreeBSD.org>1995-01-23 01:22:08 +0000
commit5fd45395cb009d209b340ac4679e668af8b57355 (patch)
treeb39803d022ab5a577ef340013821a1a629bc4402 /lib/libc/Makefile
parentec2e8d597c6d654d74d669cdb517089262473bc9 (diff)
downloadFreeBSD-src-5fd45395cb009d209b340ac4679e668af8b57355.zip
FreeBSD-src-5fd45395cb009d209b340ac4679e668af8b57355.tar.gz
Changed LIB_SCCS and SYSLIB_SCCS #defines to LIB_RCS and SYSLIB_RCS.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 0ca19f8..2edccc4 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
OpenPOWER on IntegriCloud