summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 05:37:30 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 05:37:30 +0000
commitcda4f8f6ee55684e8d311b86c99ea59191e6b74f (patch)
tree96e099fe2118b7d7d940e85727e50125dfec4da2 /gnu
parent1fb80e5b342217e1b8cc864c0d4d72a9c231d8c7 (diff)
Add RCS identifiers.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/games/Makefile.inc3
-rw-r--r--gnu/games/chess/Makefile3
-rw-r--r--gnu/libexec/Makefile.inc3
-rw-r--r--gnu/usr.bin/gas/Makefile3
-rw-r--r--gnu/usr.bin/gas/config/Makefile.hp3003
-rw-r--r--gnu/usr.bin/gas/config/Makefile.i3863
-rw-r--r--gnu/usr.bin/gas/config/Makefile.vax3
-rw-r--r--gnu/usr.bin/gcc2/cc/Makefile4
-rw-r--r--gnu/usr.bin/gcc2/cc1/Makefile4
-rw-r--r--gnu/usr.bin/gcc2/cpp/Makefile4
-rw-r--r--gnu/usr.bin/gdb/Makefile3
-rw-r--r--gnu/usr.bin/gdb/config/Makefile.hp3003
-rw-r--r--gnu/usr.bin/gdb/config/Makefile.i3863
-rw-r--r--gnu/usr.bin/gdb/config/Makefile.tahoe3
-rw-r--r--gnu/usr.bin/gdb/config/Makefile.vax3
-rw-r--r--gnu/usr.bin/groff/devices/Makefile.dev3
-rw-r--r--gnu/usr.bin/groff/devices/Makefile.tty7
-rw-r--r--gnu/usr.bin/gzip/Makefile3
-rw-r--r--gnu/usr.bin/ld/Makefile3
-rw-r--r--gnu/usr.bin/lex/Makefile3
-rw-r--r--gnu/usr.bin/lex/lib/Makefile3
21 files changed, 47 insertions, 23 deletions
diff --git a/gnu/games/Makefile.inc b/gnu/games/Makefile.inc
index b66e2f748e2..3920f6c6b57 100644
--- a/gnu/games/Makefile.inc
+++ b/gnu/games/Makefile.inc
@@ -1,4 +1,5 @@
-# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
+# from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
+# $Id: Makefile.inc,v 1.2 1993/08/01 05:43:18 mycroft Exp $
BINOWN?= games
.if defined(HIDEGAME)
diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile
index 9d2252ab215..a6fed01638d 100644
--- a/gnu/games/chess/Makefile
+++ b/gnu/games/chess/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.4 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.4 1993/08/01 05:43:25 mycroft Exp $
PROG= chess
SRCS= gnuchess.c uxdsp.c move.c
diff --git a/gnu/libexec/Makefile.inc b/gnu/libexec/Makefile.inc
index 7ac9e80d55a..c14119f9a6c 100644
--- a/gnu/libexec/Makefile.inc
+++ b/gnu/libexec/Makefile.inc
@@ -1,3 +1,4 @@
-# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
+# from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
+# $Id: Makefile.inc,v 1.2 1993/08/01 05:43:12 mycroft Exp $
BINDIR?= /usr/libexec
diff --git a/gnu/usr.bin/gas/Makefile b/gnu/usr.bin/gas/Makefile
index e75351b6427..7941f33d979 100644
--- a/gnu/usr.bin/gas/Makefile
+++ b/gnu/usr.bin/gas/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 6.1 (Berkeley) 3/3/91
+# from: @(#)Makefile 6.1 (Berkeley) 3/3/91
+# $Id: Makefile,v 1.2 1993/08/01 05:42:28 mycroft Exp $
PROG= as
SRCS= app.c append.c as.c atof-generic.c bignum-copy.c \
diff --git a/gnu/usr.bin/gas/config/Makefile.hp300 b/gnu/usr.bin/gas/config/Makefile.hp300
index 16ca9bddcc4..08df532967f 100644
--- a/gnu/usr.bin/gas/config/Makefile.hp300
+++ b/gnu/usr.bin/gas/config/Makefile.hp300
@@ -1,4 +1,5 @@
-# @(#)Makefile.hp300 6.1 (Berkeley) 3/3/91
+# from: @(#)Makefile.hp300 6.1 (Berkeley) 3/3/91
+# $Id: Makefile.hp300,v 1.2 1993/08/01 05:42:38 mycroft Exp $
CFLAGS+= -Dm68851
SRCS+= m68k.c atof-ieee.c
diff --git a/gnu/usr.bin/gas/config/Makefile.i386 b/gnu/usr.bin/gas/config/Makefile.i386
index 945246b3d85..cfc02ce706b 100644
--- a/gnu/usr.bin/gas/config/Makefile.i386
+++ b/gnu/usr.bin/gas/config/Makefile.i386
@@ -1,4 +1,5 @@
-# @(#)Makefile.i386 6.1 (Berkeley) 3/3/91
+# from: @(#)Makefile.i386 6.1 (Berkeley) 3/3/91
+# $Id: Makefile.i386,v 1.2 1993/08/01 05:42:35 mycroft Exp $
CFLAGS+= -DNON_BROKEN_WORDS
SRCS+= i386.c atof-ieee.c
diff --git a/gnu/usr.bin/gas/config/Makefile.vax b/gnu/usr.bin/gas/config/Makefile.vax
index 1230e4b578a..4ce0c3ab6c7 100644
--- a/gnu/usr.bin/gas/config/Makefile.vax
+++ b/gnu/usr.bin/gas/config/Makefile.vax
@@ -1,3 +1,4 @@
-# @(#)Makefile.vax 6.1 (Berkeley) 3/3/91
+# from: @(#)Makefile.vax 6.1 (Berkeley) 3/3/91
+# $Id: Makefile.vax,v 1.2 1993/08/01 05:42:32 mycroft Exp $
SRCS+= vax.c atof-vax.c
diff --git a/gnu/usr.bin/gcc2/cc/Makefile b/gnu/usr.bin/gcc2/cc/Makefile
index bf3de474d81..f6a6df983f8 100644
--- a/gnu/usr.bin/gcc2/cc/Makefile
+++ b/gnu/usr.bin/gcc2/cc/Makefile
@@ -1,4 +1,6 @@
-# @(#)Makefile 6.2 (Berkeley) 3/25/91
+# from: @(#)Makefile 6.2 (Berkeley) 3/25/91
+# $Id: Makefile,v 1.5 1993/08/01 05:43:03 mycroft Exp $
+
PROG= cc
SRCS= gcc.c version.c obstack.c
MAN1= gcc.0 g++.0
diff --git a/gnu/usr.bin/gcc2/cc1/Makefile b/gnu/usr.bin/gcc2/cc1/Makefile
index ae10a254d05..8c4820f0b7f 100644
--- a/gnu/usr.bin/gcc2/cc1/Makefile
+++ b/gnu/usr.bin/gcc2/cc1/Makefile
@@ -1,4 +1,6 @@
-# @(#)Makefile 6.2 (Berkeley) 2/2/91
+# from: @(#)Makefile 6.2 (Berkeley) 2/2/91
+# $Id: Makefile,v 1.4 1993/08/01 05:42:56 mycroft Exp $
+
PROG= cc1
BINDIR= /usr/libexec
SRCS= c-parse.c c-lang.c c-lex.c c-pragma.c c-decl.c \
diff --git a/gnu/usr.bin/gcc2/cpp/Makefile b/gnu/usr.bin/gcc2/cpp/Makefile
index 960aa6f1f49..34c0a08fd59 100644
--- a/gnu/usr.bin/gcc2/cpp/Makefile
+++ b/gnu/usr.bin/gcc2/cpp/Makefile
@@ -1,4 +1,6 @@
-# @(#)Makefile 6.4 (Berkeley) 2/21/91
+# from: @(#)Makefile 6.4 (Berkeley) 2/21/91
+# $Id: Makefile,v 1.5 1993/08/01 05:42:46 mycroft Exp $
+
PROG= cpp
BINDIR= /usr/libexec
SRCS= cccp.c cexp.y version.c
diff --git a/gnu/usr.bin/gdb/Makefile b/gnu/usr.bin/gdb/Makefile
index 62c950933e6..285a1ec901e 100644
--- a/gnu/usr.bin/gdb/Makefile
+++ b/gnu/usr.bin/gdb/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 6.4 (Berkley) 5/6/91
+# from: @(#)Makefile 6.4 (Berkley) 5/6/91
+# $Id: Makefile,v 1.3 1993/08/01 05:42:13 mycroft Exp $
PROG= gdb
GDBSRCS= blockframe.c breakpoint.c command.c copying.c core.c \
diff --git a/gnu/usr.bin/gdb/config/Makefile.hp300 b/gnu/usr.bin/gdb/config/Makefile.hp300
index 9d2eb07f66b..9380625bcc9 100644
--- a/gnu/usr.bin/gdb/config/Makefile.hp300
+++ b/gnu/usr.bin/gdb/config/Makefile.hp300
@@ -1,4 +1,5 @@
-# @(#)Makefile.hp300 6.1 (Berkeley) 3/11/91
+# from: @(#)Makefile.hp300 6.1 (Berkeley) 3/11/91
+# $Id: Makefile.hp300,v 1.2 1993/08/01 05:42:24 mycroft Exp $
CONFIGSRCS= hp300bsd-dep.c m68k-pinsn.c
diff --git a/gnu/usr.bin/gdb/config/Makefile.i386 b/gnu/usr.bin/gdb/config/Makefile.i386
index e1f4a62011f..091c4af57ba 100644
--- a/gnu/usr.bin/gdb/config/Makefile.i386
+++ b/gnu/usr.bin/gdb/config/Makefile.i386
@@ -1,4 +1,5 @@
-# @(#)Makefile.i386 6.2 (Berkeley) 3/21/91
+# from: @(#)Makefile.i386 6.2 (Berkeley) 3/21/91
+# $Id: Makefile.i386,v 1.3 1993/08/01 05:42:21 mycroft Exp $
CONFIGSRCS= i386bsd-dep.c i386-pinsn.c
diff --git a/gnu/usr.bin/gdb/config/Makefile.tahoe b/gnu/usr.bin/gdb/config/Makefile.tahoe
index 6956e680f1d..a9030c88a51 100644
--- a/gnu/usr.bin/gdb/config/Makefile.tahoe
+++ b/gnu/usr.bin/gdb/config/Makefile.tahoe
@@ -1,4 +1,5 @@
-# @(#)Makefile.tahoe 6.1 (Berkeley) 3/11/91
+# from: @(#)Makefile.tahoe 6.1 (Berkeley) 3/11/91
+# $Id: Makefile.tahoe,v 1.2 1993/08/01 05:42:18 mycroft Exp $
CONFIGSRCS= default-dep.c tahoe-pinsn.c
diff --git a/gnu/usr.bin/gdb/config/Makefile.vax b/gnu/usr.bin/gdb/config/Makefile.vax
index 31bbb4137e2..220f48b810e 100644
--- a/gnu/usr.bin/gdb/config/Makefile.vax
+++ b/gnu/usr.bin/gdb/config/Makefile.vax
@@ -1,4 +1,5 @@
-# @(#)Makefile.vax 6.1 (Berkeley) 3/11/91
+# from: @(#)Makefile.vax 6.1 (Berkeley) 3/11/91
+# $Id: Makefile.vax,v 1.2 1993/08/01 05:42:15 mycroft Exp $
CONFIGSRCS= default-dep.c vax-pinsn.c
diff --git a/gnu/usr.bin/groff/devices/Makefile.dev b/gnu/usr.bin/groff/devices/Makefile.dev
index 2bdec1b654d..7d118e57c9a 100644
--- a/gnu/usr.bin/groff/devices/Makefile.dev
+++ b/gnu/usr.bin/groff/devices/Makefile.dev
@@ -1,4 +1,5 @@
-# @(#)Makefile.dev 6.2 (Berkeley) 3/16/91
+# from: @(#)Makefile.dev 6.2 (Berkeley) 3/16/91
+# $Id: Makefile.dev,v 1.10 1993/08/01 05:42:10 mycroft Exp $
# Client Makefiles define DEVICE and FONTFILES and provide rules for
# individual font files
diff --git a/gnu/usr.bin/groff/devices/Makefile.tty b/gnu/usr.bin/groff/devices/Makefile.tty
index 021a7cb2262..a36e74a63b1 100644
--- a/gnu/usr.bin/groff/devices/Makefile.tty
+++ b/gnu/usr.bin/groff/devices/Makefile.tty
@@ -1,6 +1,7 @@
-# @(#)Makefile.tty 6.1 (Berkeley) 3/3/91
-#
-# Modified for Berkeley Unix by Donn Seeley, donn@okeeffe.berkeley.edu
+# from: @(#)Makefile.tty 6.1 (Berkeley) 3/3/91
+# $Id: Makefile.tty,v 1.4 1993/08/01 05:42:07 mycroft Exp $
+
+#Modified for Berkeley Unix by Donn Seeley, donn@okeeffe.berkeley.edu
#
#Copyright (C) 1989, 1990 Free Software Foundation, Inc.
# Written by James Clark (jjc@jclark.uucp)
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index 4ac6acb6b3a..5f5b89b3beb 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/12/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/12/90
+# $Id: Makefile,v 1.3 1993/08/01 05:42:42 mycroft Exp $
PROG= gzip
SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile
index b509865b74f..3c1f321318e 100644
--- a/gnu/usr.bin/ld/Makefile
+++ b/gnu/usr.bin/ld/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 6.2 (Berkeley) 4/30/91
+# from: @(#)Makefile 6.2 (Berkeley) 4/30/91
+# $Id: Makefile,v 1.3 1993/08/01 05:42:03 mycroft Exp $
PROG= ld
SRCS= ld.c cplus-dem.c
diff --git a/gnu/usr.bin/lex/Makefile b/gnu/usr.bin/lex/Makefile
index e67accca6dd..04a5c9c1a60 100644
--- a/gnu/usr.bin/lex/Makefile
+++ b/gnu/usr.bin/lex/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.4 (Berkeley) 6/24/90
+# from: @(#)Makefile 5.4 (Berkeley) 6/24/90
+# $Id: Makefile,v 1.3 1993/08/01 05:41:56 mycroft Exp $
#
# By default, flex will be configured to generate 8-bit scanners only if the
# -8 flag is given. If you want it to always generate 8-bit scanners, add
diff --git a/gnu/usr.bin/lex/lib/Makefile b/gnu/usr.bin/lex/lib/Makefile
index 3dfaa6875ba..67b57c539b8 100644
--- a/gnu/usr.bin/lex/lib/Makefile
+++ b/gnu/usr.bin/lex/lib/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 6/18/90
+# from: @(#)Makefile 5.1 (Berkeley) 6/18/90
+# $Id: Makefile,v 1.3 1993/08/01 05:42:00 mycroft Exp $
LIB= ln
SRCS= libmain.c