aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
commita4d3b78df842614c46b116fc5a6f470be637dccd (patch)
tree46c6b11aa0464ba59f49361bd26e1a86962c0624 /gnu/usr.bin/cc
parent59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff)
Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 8.0-RELEASE image.
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/Makefile2
-rw-r--r--gnu/usr.bin/cc/Makefile.fe2
-rw-r--r--gnu/usr.bin/cc/Makefile.inc2
-rw-r--r--gnu/usr.bin/cc/Makefile.tgt2
-rw-r--r--gnu/usr.bin/cc/Makefile.ver2
-rw-r--r--gnu/usr.bin/cc/c++/Makefile2
-rw-r--r--gnu/usr.bin/cc/c++filt/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc1/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc1obj/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile.dep2
-rw-r--r--gnu/usr.bin/cc/cc_tools/arm.md.diff2
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h2
-rw-r--r--gnu/usr.bin/cc/cc_tools/elfos-undef.h2
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h2
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd.opt2
-rw-r--r--gnu/usr.bin/cc/cc_tools/i386-freebsd.opt2
-rw-r--r--gnu/usr.bin/cc/cc_tools/size-host.h2
-rw-r--r--gnu/usr.bin/cc/collect2/Makefile2
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile2
-rw-r--r--gnu/usr.bin/cc/doc/Makefile2
-rw-r--r--gnu/usr.bin/cc/f77/Makefile2
-rw-r--r--gnu/usr.bin/cc/f771/Makefile2
-rw-r--r--gnu/usr.bin/cc/f77doc/Makefile2
-rw-r--r--gnu/usr.bin/cc/gcov/Makefile2
-rw-r--r--gnu/usr.bin/cc/include/Makefile2
-rw-r--r--gnu/usr.bin/cc/libcpp/Makefile2
-rw-r--r--gnu/usr.bin/cc/libcpp/config.h2
-rw-r--r--gnu/usr.bin/cc/libdecnumber/Makefile2
-rw-r--r--gnu/usr.bin/cc/libdecnumber/config.h2
-rw-r--r--gnu/usr.bin/cc/libiberty/Makefile2
-rw-r--r--gnu/usr.bin/cc/libiberty/config.h2
-rw-r--r--gnu/usr.bin/cc/protoize/Makefile2
36 files changed, 36 insertions, 36 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index d08b723b93a8..d0480f24b0fc 100644
--- a/gnu/usr.bin/cc/Makefile
+++ b/gnu/usr.bin/cc/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/Makefile,v 1.41.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include <bsd.own.mk>
diff --git a/gnu/usr.bin/cc/Makefile.fe b/gnu/usr.bin/cc/Makefile.fe
index d9c5fe58574e..38c5b03fcad4 100644
--- a/gnu/usr.bin/cc/Makefile.fe
+++ b/gnu/usr.bin/cc/Makefile.fe
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/Makefile.fe,v 1.5.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
# Front-end-only bits
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index d7ed8a821806..e4a001023d17 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/Makefile.inc,v 1.67.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
diff --git a/gnu/usr.bin/cc/Makefile.tgt b/gnu/usr.bin/cc/Makefile.tgt
index dc6cc81f39a1..e68362e12095 100644
--- a/gnu/usr.bin/cc/Makefile.tgt
+++ b/gnu/usr.bin/cc/Makefile.tgt
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/Makefile.tgt,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
TARGET_ARCH?= ${MACHINE_ARCH}
diff --git a/gnu/usr.bin/cc/Makefile.ver b/gnu/usr.bin/cc/Makefile.ver
index c3b8c4a6f99d..84cd54054a2f 100644
--- a/gnu/usr.bin/cc/Makefile.ver
+++ b/gnu/usr.bin/cc/Makefile.ver
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/Makefile.ver,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
BASEVER!= cat ${GCCDIR}/BASE-VER
DATESTAMP!= cat ${GCCDIR}/DATESTAMP
diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile
index d661d0d731e5..0cbc9f350570 100644
--- a/gnu/usr.bin/cc/c++/Makefile
+++ b/gnu/usr.bin/cc/c++/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/c++/Makefile,v 1.24.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
.include "../Makefile.fe"
diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile
index 03ad7c25dbbc..b5b086d4c7be 100644
--- a/gnu/usr.bin/cc/c++filt/Makefile
+++ b/gnu/usr.bin/cc/c++filt/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/c++filt/Makefile,v 1.22.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
.include "../Makefile.fe"
diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile
index 03ac2d1981c1..e7ef5f366447 100644
--- a/gnu/usr.bin/cc/cc/Makefile
+++ b/gnu/usr.bin/cc/cc/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/cc/Makefile,v 1.33.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
.include "../Makefile.fe"
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile
index c65acd28ecec..a8bbd1009483 100644
--- a/gnu/usr.bin/cc/cc1/Makefile
+++ b/gnu/usr.bin/cc/cc1/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/cc1/Makefile,v 1.35.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
diff --git a/gnu/usr.bin/cc/cc1obj/Makefile b/gnu/usr.bin/cc/cc1obj/Makefile
index 8baf9d6df978..826dd4ad159a 100644
--- a/gnu/usr.bin/cc/cc1obj/Makefile
+++ b/gnu/usr.bin/cc/cc1obj/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/cc1obj/Makefile,v 1.28.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index 964d20fd46d1..a1c20f19c628 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/cc1plus/Makefile,v 1.39.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index a7ec17c06410..265efc0b17ef 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/cc_int/Makefile,v 1.52.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
.include "../Makefile.ver"
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index f2483137a147..683655018cbe 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/cc_tools/Makefile,v 1.91.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include <bsd.own.mk>
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile.dep b/gnu/usr.bin/cc/cc_tools/Makefile.dep
index 5d132af6020b..f4d0e8f6bd52 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile.dep
+++ b/gnu/usr.bin/cc/cc_tools/Makefile.dep
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/cc_tools/Makefile.dep,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
errors.o: bconfig.h auto-host.h
diff --git a/gnu/usr.bin/cc/cc_tools/arm.md.diff b/gnu/usr.bin/cc/cc_tools/arm.md.diff
index f395b20ba223..36bf66f54a37 100644
--- a/gnu/usr.bin/cc/cc_tools/arm.md.diff
+++ b/gnu/usr.bin/cc/cc_tools/arm.md.diff
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/gnu/usr.bin/cc/cc_tools/arm.md.diff,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
Index: arm.md
===================================================================
RCS file: /cognet/ncvs/src/contrib/gcc/config/arm/arm.md,v
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index 0ed3e972c58f..db2e453568aa 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -1,6 +1,6 @@
/* auto-host.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/auto-host.h,v 1.21.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
/* Define as the number of bits in a byte, if \`limits.h' doesn't. */
#ifndef USED_FOR_TARGET
diff --git a/gnu/usr.bin/cc/cc_tools/elfos-undef.h b/gnu/usr.bin/cc/cc_tools/elfos-undef.h
index e889865e838a..48d6f6aa5ff6 100644
--- a/gnu/usr.bin/cc/cc_tools/elfos-undef.h
+++ b/gnu/usr.bin/cc/cc_tools/elfos-undef.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/elfos-undef.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
/* This header exists to avoid editing contrib/gcc/config/elfos.h - which
isn't coded to be defensive as it should... */
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
index 6f7fd7b81f51..de495de85a29 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h
+++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/freebsd-native.h,v 1.31.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
/* FREEBSD_NATIVE is defined when gcc is integrated into the FreeBSD
source tree so it can be configured appropriately without using
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd.opt b/gnu/usr.bin/cc/cc_tools/freebsd.opt
index f71a5058b9ec..9c0ccef45cc9 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd.opt
+++ b/gnu/usr.bin/cc/cc_tools/freebsd.opt
@@ -1,4 +1,4 @@
-; $FreeBSD$
+; $FreeBSD: src/gnu/usr.bin/cc/cc_tools/freebsd.opt,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
fformat-extensions
Common Report Var(flag_format_extensions) Init(0)
diff --git a/gnu/usr.bin/cc/cc_tools/i386-freebsd.opt b/gnu/usr.bin/cc/cc_tools/i386-freebsd.opt
index ca71a8bb5685..22ecfa1744df 100644
--- a/gnu/usr.bin/cc/cc_tools/i386-freebsd.opt
+++ b/gnu/usr.bin/cc/cc_tools/i386-freebsd.opt
@@ -1,4 +1,4 @@
-; $FreeBSD$
+; $FreeBSD: src/gnu/usr.bin/cc/cc_tools/i386-freebsd.opt,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
mno-align-long-strings
Target RejectNegative Report Mask(NO_ALIGN_LONG_STRINGS)
diff --git a/gnu/usr.bin/cc/cc_tools/size-host.h b/gnu/usr.bin/cc/cc_tools/size-host.h
index 8d5136f65419..a8c180a1426f 100644
--- a/gnu/usr.bin/cc/cc_tools/size-host.h
+++ b/gnu/usr.bin/cc/cc_tools/size-host.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/size-host.h,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
#ifdef SIZEOF_INT
# undef SIZEOF_INT
diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile
index 5aa9e35f4e0b..87a43aee71a7 100644
--- a/gnu/usr.bin/cc/collect2/Makefile
+++ b/gnu/usr.bin/cc/collect2/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/collect2/Makefile,v 1.9.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index 4193bd47b2ea..51510ca84d30 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/cpp/Makefile,v 1.27.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
diff --git a/gnu/usr.bin/cc/doc/Makefile b/gnu/usr.bin/cc/doc/Makefile
index 41397690bb13..213bfb9ec34e 100644
--- a/gnu/usr.bin/cc/doc/Makefile
+++ b/gnu/usr.bin/cc/doc/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/doc/Makefile,v 1.14.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
.include "../Makefile.ver"
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile
index 9160391bc915..1d9a762a4ff4 100644
--- a/gnu/usr.bin/cc/f77/Makefile
+++ b/gnu/usr.bin/cc/f77/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/f77/Makefile,v 1.22.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
.include "../Makefile.fe"
diff --git a/gnu/usr.bin/cc/f771/Makefile b/gnu/usr.bin/cc/f771/Makefile
index 8d0909270e39..f413e86275d1 100644
--- a/gnu/usr.bin/cc/f771/Makefile
+++ b/gnu/usr.bin/cc/f771/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/f771/Makefile,v 1.13.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "${.CURDIR}/../Makefile.inc"
diff --git a/gnu/usr.bin/cc/f77doc/Makefile b/gnu/usr.bin/cc/f77doc/Makefile
index 5e0808d355f5..133429c1fdef 100644
--- a/gnu/usr.bin/cc/f77doc/Makefile
+++ b/gnu/usr.bin/cc/f77doc/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/f77doc/Makefile,v 1.5.32.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
diff --git a/gnu/usr.bin/cc/gcov/Makefile b/gnu/usr.bin/cc/gcov/Makefile
index f48d17752164..f15b5313f304 100644
--- a/gnu/usr.bin/cc/gcov/Makefile
+++ b/gnu/usr.bin/cc/gcov/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/gcov/Makefile,v 1.5.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
.include "../Makefile.ver"
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile
index 875cc1f1f9e0..d57da9ec684f 100644
--- a/gnu/usr.bin/cc/include/Makefile
+++ b/gnu/usr.bin/cc/include/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/include/Makefile,v 1.9.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
diff --git a/gnu/usr.bin/cc/libcpp/Makefile b/gnu/usr.bin/cc/libcpp/Makefile
index 23bc26e2a228..68cd3c3ee2c4 100644
--- a/gnu/usr.bin/cc/libcpp/Makefile
+++ b/gnu/usr.bin/cc/libcpp/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/libcpp/Makefile,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
# Use our headers in preference to ones from ../cc_tools.
CFLAGS+= -I${.CURDIR} -I.
diff --git a/gnu/usr.bin/cc/libcpp/config.h b/gnu/usr.bin/cc/libcpp/config.h
index 5577f2840df3..cc5207e3fd72 100644
--- a/gnu/usr.bin/cc/libcpp/config.h
+++ b/gnu/usr.bin/cc/libcpp/config.h
@@ -1,6 +1,6 @@
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/cc/libcpp/config.h,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
diff --git a/gnu/usr.bin/cc/libdecnumber/Makefile b/gnu/usr.bin/cc/libdecnumber/Makefile
index 82df5a9c4b07..0f8a7aaf8be7 100644
--- a/gnu/usr.bin/cc/libdecnumber/Makefile
+++ b/gnu/usr.bin/cc/libdecnumber/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/libdecnumber/Makefile,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
# Use our headers in preference to ones from ../cc_tools.
CFLAGS+= -I${.CURDIR} -I.
diff --git a/gnu/usr.bin/cc/libdecnumber/config.h b/gnu/usr.bin/cc/libdecnumber/config.h
index 53b586f254d7..dab829c85d5f 100644
--- a/gnu/usr.bin/cc/libdecnumber/config.h
+++ b/gnu/usr.bin/cc/libdecnumber/config.h
@@ -1,6 +1,6 @@
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/cc/libdecnumber/config.h,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
/* Define to 1 if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
diff --git a/gnu/usr.bin/cc/libiberty/Makefile b/gnu/usr.bin/cc/libiberty/Makefile
index 7446793670e9..b147c3ba6efb 100644
--- a/gnu/usr.bin/cc/libiberty/Makefile
+++ b/gnu/usr.bin/cc/libiberty/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/libiberty/Makefile,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
#
# Make sure we will pick up our config.h file first, not the one from
diff --git a/gnu/usr.bin/cc/libiberty/config.h b/gnu/usr.bin/cc/libiberty/config.h
index 236e07689498..8185058925f7 100644
--- a/gnu/usr.bin/cc/libiberty/config.h
+++ b/gnu/usr.bin/cc/libiberty/config.h
@@ -1,6 +1,6 @@
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/cc/libiberty/config.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
This function is required for alloca.c support on those systems. */
diff --git a/gnu/usr.bin/cc/protoize/Makefile b/gnu/usr.bin/cc/protoize/Makefile
index acd970058d63..6f7dd8301c43 100644
--- a/gnu/usr.bin/cc/protoize/Makefile
+++ b/gnu/usr.bin/cc/protoize/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/cc/protoize/Makefile,v 1.3.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"