diff options
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/c++/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/c++filt/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc1/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc1obj/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc1plus/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cccp/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/doc/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/f77/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/f77/f77.1 | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/libgcc/Makefile | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 0ee469fa7547..b9071793c2a5 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1996/09/19 15:37:58 peter Exp $ +# $FreeBSD$ # # The order of some of these are rather important. Some depend on previous diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index c90dcf7d6526..17a0569c16b8 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc,v 1.16 1996/09/21 14:27:22 peter Exp $ +# $FreeBSD$ # # Sometimes this is .include'd several times... diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile index 5557c627dfdc..7ed1739da496 100644 --- a/gnu/usr.bin/cc/c++/Makefile +++ b/gnu/usr.bin/cc/c++/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # PROG = c++ diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile index 5e801de45adb..3c61c8f83573 100644 --- a/gnu/usr.bin/cc/c++filt/Makefile +++ b/gnu/usr.bin/cc/c++filt/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # PROG = c++filt diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile index f62c1d9c813e..63f0c46d9b91 100644 --- a/gnu/usr.bin/cc/cc/Makefile +++ b/gnu/usr.bin/cc/cc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.9 1996/02/09 16:18:56 mpp Exp $ +# $FreeBSD$ # PROG = cc diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile index c824c8b529d3..55dc94b3cc95 100644 --- a/gnu/usr.bin/cc/cc1/Makefile +++ b/gnu/usr.bin/cc/cc1/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.8 1996/09/19 15:38:33 peter Exp $ +# $FreeBSD$ # PROG = cc1 diff --git a/gnu/usr.bin/cc/cc1obj/Makefile b/gnu/usr.bin/cc/cc1obj/Makefile index 1a0cd7f23e40..a9b663cc394f 100644 --- a/gnu/usr.bin/cc/cc1obj/Makefile +++ b/gnu/usr.bin/cc/cc1obj/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1996/09/19 15:39:20 peter Exp $ +# $FreeBSD$ # PROG = cc1obj diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile index b054b8ae73fc..e9af694c53e6 100644 --- a/gnu/usr.bin/cc/cc1plus/Makefile +++ b/gnu/usr.bin/cc/cc1plus/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.8 1996/09/19 15:39:23 peter Exp $ +# $FreeBSD$ # #First, so that we get cp/tree.c and cp/expr.c instead of the C version diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index a422eb49cc94..a28ff0c93d24 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.10 1996/09/21 14:27:35 peter Exp $ +# $FreeBSD$ # .include "../Makefile.inc" diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 6b0c8623c4e8..f333353dafe0 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # # diff --git a/gnu/usr.bin/cc/cccp/Makefile b/gnu/usr.bin/cc/cccp/Makefile index 8ffd1ab31f4f..b6e93d462fb2 100644 --- a/gnu/usr.bin/cc/cccp/Makefile +++ b/gnu/usr.bin/cc/cccp/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1996/09/23 04:14:30 peter Exp $ +# $FreeBSD$ # PROG = cpp diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index 8ffd1ab31f4f..b6e93d462fb2 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1996/09/23 04:14:30 peter Exp $ +# $FreeBSD$ # PROG = cpp diff --git a/gnu/usr.bin/cc/doc/Makefile b/gnu/usr.bin/cc/doc/Makefile index 2826535db62a..2790321f4d17 100644 --- a/gnu/usr.bin/cc/doc/Makefile +++ b/gnu/usr.bin/cc/doc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/09/19 15:47:47 peter Exp $ +# $FreeBSD$ INFO = gcc cpp reno gxxint diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile index e7ed05100edb..e8ac8dc54dc9 100644 --- a/gnu/usr.bin/cc/f77/Makefile +++ b/gnu/usr.bin/cc/f77/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1994/10/25 14:36:49 ljo Exp $ +# $FreeBSD$ # PROG = f77 diff --git a/gnu/usr.bin/cc/f77/f77.1 b/gnu/usr.bin/cc/f77/f77.1 index b4e4582182f2..fb4eea262d4a 100644 --- a/gnu/usr.bin/cc/f77/f77.1 +++ b/gnu/usr.bin/cc/f77/f77.1 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $FreeBSD$ .\" .Dd July 22, 1995 .Dt F77 1 diff --git a/gnu/usr.bin/cc/libgcc/Makefile b/gnu/usr.bin/cc/libgcc/Makefile index 9117c5279beb..2707b1158b64 100644 --- a/gnu/usr.bin/cc/libgcc/Makefile +++ b/gnu/usr.bin/cc/libgcc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.12 1996/09/21 14:27:38 peter Exp $ +# $FreeBSD$ # LIB= gcc |
