summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cpio/Makefile2
-rw-r--r--gnu/usr.bin/dc/Makefile2
-rw-r--r--gnu/usr.bin/diff/Makefile2
-rw-r--r--gnu/usr.bin/diff3/Makefile2
-rw-r--r--gnu/usr.bin/gas/Makefile4
-rw-r--r--gnu/usr.bin/gawk/Makefile2
-rw-r--r--gnu/usr.bin/gcc2/Makefile2
-rw-r--r--gnu/usr.bin/gdb/Makefile2
-rw-r--r--gnu/usr.bin/grep/Makefile2
-rw-r--r--gnu/usr.bin/groff/Makefile2
-rw-r--r--gnu/usr.bin/gzip/Makefile2
-rw-r--r--gnu/usr.bin/ld/Makefile3
-rw-r--r--gnu/usr.bin/rcs/Makefile2
-rw-r--r--gnu/usr.bin/sdiff/Makefile2
-rw-r--r--gnu/usr.bin/send-pr/Makefile2
-rw-r--r--gnu/usr.bin/sort/Makefile2
-rw-r--r--gnu/usr.bin/tar/Makefile2
17 files changed, 20 insertions, 17 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile
index 44f91b0de8e..a4bbcf7e64c 100644
--- a/gnu/usr.bin/cpio/Makefile
+++ b/gnu/usr.bin/cpio/Makefile
@@ -1,3 +1,5 @@
+# $NetBSD: Makefile,v 1.3 1995/04/23 07:58:27 cgd Exp $
+
PROG= cpio
CFLAGS+= -I${.CURDIR} -DRETSIGTYPE=void -DHAVE_SYS_MTIO_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UTIME_H=1 -DHAVE_STRERROR=1 -DHAVE_VPRINTF=1 -DDIRENT=1
diff --git a/gnu/usr.bin/dc/Makefile b/gnu/usr.bin/dc/Makefile
index 54211f5b5e8..6aa6b9ceb37 100644
--- a/gnu/usr.bin/dc/Makefile
+++ b/gnu/usr.bin/dc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1994/12/01 04:26:47 phil Exp $
+# $NetBSD: Makefile,v 1.2 1995/04/23 07:58:29 cgd Exp $
PROG= dc
CFLAGS+=-D_POSIX_SOURCE -I${.CURDIR} -I${.CURDIR}/../bc
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile
index 2786293810f..02a891b8c33 100644
--- a/gnu/usr.bin/diff/Makefile
+++ b/gnu/usr.bin/diff/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1994/03/09 19:06:47 jtc Exp $
+# $NetBSD: Makefile,v 1.7 1995/04/23 07:58:31 cgd Exp $
PROG= diff
SRCS= diff.c analyze.c cmpbuf.o io.c context.c ed.c normal.c util.c dir.c \
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile
index a11338ade00..415d2f2dafd 100644
--- a/gnu/usr.bin/diff3/Makefile
+++ b/gnu/usr.bin/diff3/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1994/03/09 19:07:00 jtc Exp $
+# $NetBSD: Makefile,v 1.7 1995/04/23 07:58:33 cgd Exp $
PROG= diff3
SRCS= diff3.c getopt.c getopt1.c version.c
diff --git a/gnu/usr.bin/gas/Makefile b/gnu/usr.bin/gas/Makefile
index dd6b037b805..d8c9226db2a 100644
--- a/gnu/usr.bin/gas/Makefile
+++ b/gnu/usr.bin/gas/Makefile
@@ -1,5 +1,5 @@
-# from: @(#)Makefile 6.1 (Berkeley) 3/3/91
-# $Id: Makefile,v 1.16 1994/06/22 15:14:08 pk Exp $
+# $NetBSD: Makefile,v 1.17 1995/04/23 07:58:35 cgd Exp $
+# @(#)Makefile 6.1 (Berkeley) 3/3/91
.include "config/Makefile.$(MACHINE_ARCH)"
diff --git a/gnu/usr.bin/gawk/Makefile b/gnu/usr.bin/gawk/Makefile
index 4d29248c37f..9af97c7cc3e 100644
--- a/gnu/usr.bin/gawk/Makefile
+++ b/gnu/usr.bin/gawk/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1994/12/22 09:33:36 cgd Exp $
+# $NetBSD: Makefile,v 1.5 1995/04/23 07:58:37 cgd Exp $
PROG= awk
SRCS= main.c eval.c builtin.c msg.c iop.c io.c field.c array.c \
diff --git a/gnu/usr.bin/gcc2/Makefile b/gnu/usr.bin/gcc2/Makefile
index b1b10a9e1aa..53d57776047 100644
--- a/gnu/usr.bin/gcc2/Makefile
+++ b/gnu/usr.bin/gcc2/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1993/10/23 03:09:55 glass Exp $
+# $NetBSD: Makefile,v 1.5 1995/04/23 07:58:38 cgd Exp $
SUBDIR= common cc cpp cc1 cc1plus cc1obj libgcc #libobjc
diff --git a/gnu/usr.bin/gdb/Makefile b/gnu/usr.bin/gdb/Makefile
index dbdd55baeb4..c599a2c5031 100644
--- a/gnu/usr.bin/gdb/Makefile
+++ b/gnu/usr.bin/gdb/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1994/01/28 12:36:46 pk Exp $
+# $NetBSD: Makefile,v 1.7 1995/04/23 07:58:40 cgd Exp $
SUBDIR= bfd readline libiberty gdb
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index c314c9c3329..ec2138353d2 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1993/10/07 07:25:03 cgd Exp $
+# $NetBSD: Makefile,v 1.6 1995/04/23 07:58:41 cgd Exp $
PROG= grep
SRCS= dfa.c grep.c getopt.c kwset.c obstack.c regex.c search.c
diff --git a/gnu/usr.bin/groff/Makefile b/gnu/usr.bin/groff/Makefile
index fb070b18675..c01b7ec7182 100644
--- a/gnu/usr.bin/groff/Makefile
+++ b/gnu/usr.bin/groff/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1995/03/22 17:32:28 glass Exp $
+# $NetBSD: Makefile,v 1.6 1995/04/23 07:58:43 cgd Exp $
SUBDIR= libgroff libdriver libbib\
groff troff nroff tbl pic eqn grog grops grotty grodvi\
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index 7dd603d9574..706725da795 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.15 1994/12/22 09:35:22 cgd Exp $
+# $NetBSD: Makefile,v 1.16 1995/04/23 07:58:45 cgd 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 8ec8ba582c7..5c804020932 100644
--- a/gnu/usr.bin/ld/Makefile
+++ b/gnu/usr.bin/ld/Makefile
@@ -1,5 +1,4 @@
-# $Id: Makefile,v 1.12 1994/08/19 04:24:01 cgd Exp $
-#
+# $NetBSD: Makefile,v 1.13 1995/04/23 07:58:46 cgd Exp $
PROG= ld
SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c
diff --git a/gnu/usr.bin/rcs/Makefile b/gnu/usr.bin/rcs/Makefile
index 308480f11f3..d1bd87775dc 100644
--- a/gnu/usr.bin/rcs/Makefile
+++ b/gnu/usr.bin/rcs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1995/02/24 02:07:40 mycroft Exp $
+# $NetBSD: Makefile,v 1.5 1995/04/23 07:58:48 cgd Exp $
SUBDIR+=lib
SUBDIR+=ci co ident merge rcs rcsclean rcsdiff rcsfreeze rcsmerge rlog
diff --git a/gnu/usr.bin/sdiff/Makefile b/gnu/usr.bin/sdiff/Makefile
index 00049817354..de8b03575e2 100644
--- a/gnu/usr.bin/sdiff/Makefile
+++ b/gnu/usr.bin/sdiff/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1994/03/09 19:07:03 jtc Exp $
+# $NetBSD: Makefile,v 1.6 1995/04/23 07:58:50 cgd Exp $
PROG= sdiff
SRCS= sdiff.c getopt.c getopt1.c version.c
diff --git a/gnu/usr.bin/send-pr/Makefile b/gnu/usr.bin/send-pr/Makefile
index 2f521dc2886..27e98122be5 100644
--- a/gnu/usr.bin/send-pr/Makefile
+++ b/gnu/usr.bin/send-pr/Makefile
@@ -1,3 +1,5 @@
+# $NetBSD: Makefile,v 1.12 1995/04/23 07:58:52 cgd Exp $
+
#
# Makefile for building a standalone send-pr.
#
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile
index a63949370ea..6edcb66e692 100644
--- a/gnu/usr.bin/sort/Makefile
+++ b/gnu/usr.bin/sort/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1993/10/07 07:26:26 cgd Exp $
+# $NetBSD: Makefile,v 1.4 1995/04/23 07:58:53 cgd Exp $
PROG= sort
LDADD+= -lgnumalloc
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile
index 0cce2decc3a..46e1a3798d8 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.11 1994/12/22 09:35:44 cgd Exp $
+# $NetBSD: Makefile,v 1.12 1995/04/23 07:58:55 cgd Exp $
PROG= tar
SRCS= buffer.c create.c diffarch.c extract.c fnmatch.c getdate.y \