summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-07-30 22:28:22 +0000
committermycroft <mycroft@NetBSD.org>1993-07-30 22:28:22 +0000
commitd0f8d5d2bb9393baa683cbffb18b6ca69be11e60 (patch)
treecbbf7ebc7a020605a1afd10d4617bb99a8891dcf
parentb465cf469773ca0500498e80f29d0fcbf644d5d1 (diff)
Add RCS identifiers.
-rw-r--r--usr.bin/uudecode/Makefile3
-rw-r--r--usr.bin/uuencode/Makefile3
-rw-r--r--usr.bin/vacation/Makefile3
-rw-r--r--usr.bin/vgrind/Makefile3
-rw-r--r--usr.bin/vgrind/retest/Makefile3
-rw-r--r--usr.bin/vmstat/Makefile3
-rw-r--r--usr.bin/w/Makefile3
-rw-r--r--usr.bin/wall/Makefile3
-rw-r--r--usr.bin/wc/Makefile3
-rw-r--r--usr.bin/what/Makefile3
-rw-r--r--usr.bin/whereis/Makefile3
-rw-r--r--usr.bin/which/Makefile3
-rw-r--r--usr.bin/who/Makefile3
-rw-r--r--usr.bin/whoami/Makefile3
-rw-r--r--usr.bin/whois/Makefile3
-rw-r--r--usr.bin/window/Makefile3
-rw-r--r--usr.bin/write/Makefile3
17 files changed, 34 insertions, 17 deletions
diff --git a/usr.bin/uudecode/Makefile b/usr.bin/uudecode/Makefile
index 53f37caf5c8..311e8510d83 100644
--- a/usr.bin/uudecode/Makefile
+++ b/usr.bin/uudecode/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:30:54 mycroft Exp $
PROG= uudecode
NOMAN= noman
diff --git a/usr.bin/uuencode/Makefile b/usr.bin/uuencode/Makefile
index cedd7bff83a..e836ba9fc78 100644
--- a/usr.bin/uuencode/Makefile
+++ b/usr.bin/uuencode/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:30:45 mycroft Exp $
PROG= uuencode
MAN1= uuencode.0
diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile
index acf04153d98..c9e5ba40886 100644
--- a/usr.bin/vacation/Makefile
+++ b/usr.bin/vacation/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.4 (Berkeley) 4/1/91
+# from: @(#)Makefile 5.4 (Berkeley) 4/1/91
+# $Id: Makefile,v 1.2 1993/07/30 22:30:37 mycroft Exp $
PROG= vacation
DPADD= ${LIBDBM}
diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile
index fa7dde8bf2c..04407476be9 100644
--- a/usr.bin/vgrind/Makefile
+++ b/usr.bin/vgrind/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.8 (Berkeley) 6/5/90
+# from: @(#)Makefile 5.8 (Berkeley) 6/5/90
+# $Id: Makefile,v 1.2 1993/07/30 22:30:17 mycroft Exp $
PROG= vfontedpr
SRCS= regexp.c vfontedpr.c vgrindefs.c
diff --git a/usr.bin/vgrind/retest/Makefile b/usr.bin/vgrind/retest/Makefile
index 9423b9d2e27..f85eb3e9a8b 100644
--- a/usr.bin/vgrind/retest/Makefile
+++ b/usr.bin/vgrind/retest/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 6/5/90
+# from: @(#)Makefile 5.1 (Berkeley) 6/5/90
+# $Id: Makefile,v 1.2 1993/07/30 22:30:28 mycroft Exp $
PROG= retest
SRCS= regexp.c retest.c
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index a344ce37b62..3a7851270c7 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.7 (Berkeley) 4/24/91
+# from: @(#)Makefile 5.7 (Berkeley) 4/24/91
+# $Id: Makefile,v 1.2 1993/07/30 22:30:07 mycroft Exp $
PROG= vmstat
CFLAGS+=-I/sys
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index 968e19fc7f1..bd4c626f6d1 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.6 (Berkeley) 4/23/91
+# from: @(#)Makefile 5.6 (Berkeley) 4/23/91
+# $Id: Makefile,v 1.3 1993/07/30 22:30:00 mycroft Exp $
PROG= w
SRCS= attime.c w.c proc_compare.c
diff --git a/usr.bin/wall/Makefile b/usr.bin/wall/Makefile
index 8bbece493fb..2fcf7d7cc93 100644
--- a/usr.bin/wall/Makefile
+++ b/usr.bin/wall/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.4 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:29:49 mycroft Exp $
PROG= wall
SRCS= ttymsg.c wall.c
diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile
index 07da67addb1..0b3da8ba556 100644
--- a/usr.bin/wc/Makefile
+++ b/usr.bin/wc/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:29:36 mycroft Exp $
PROG= wc
diff --git a/usr.bin/what/Makefile b/usr.bin/what/Makefile
index f22c8f38b30..42d18aab83f 100644
--- a/usr.bin/what/Makefile
+++ b/usr.bin/what/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:29:26 mycroft Exp $
PROG= what
diff --git a/usr.bin/whereis/Makefile b/usr.bin/whereis/Makefile
index 66f179e5682..cafc53888d7 100644
--- a/usr.bin/whereis/Makefile
+++ b/usr.bin/whereis/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:29:17 mycroft Exp $
PROG= whereis
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile
index d7cdce698a6..844888091dd 100644
--- a/usr.bin/which/Makefile
+++ b/usr.bin/which/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.5 (Berkeley) 7/1/90
+# from: @(#)Makefile 5.5 (Berkeley) 7/1/90
+# $Id: Makefile,v 1.2 1993/07/30 22:29:09 mycroft Exp $
MAN1= which.0
diff --git a/usr.bin/who/Makefile b/usr.bin/who/Makefile
index 4d9745b3c40..177bade9393 100644
--- a/usr.bin/who/Makefile
+++ b/usr.bin/who/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:28:59 mycroft Exp $
PROG= who
diff --git a/usr.bin/whoami/Makefile b/usr.bin/whoami/Makefile
index f28cd27289a..afdb9395a5e 100644
--- a/usr.bin/whoami/Makefile
+++ b/usr.bin/whoami/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:28:51 mycroft Exp $
PROG= whoami
diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile
index b601c9c0979..7660e8a9940 100644
--- a/usr.bin/whois/Makefile
+++ b/usr.bin/whois/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:28:41 mycroft Exp $
PROG= whois
diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile
index d4cef4c150c..546c2dc80bf 100644
--- a/usr.bin/window/Makefile
+++ b/usr.bin/window/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.7 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.7 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:28:33 mycroft Exp $
PROG= window
CFLAGS+=-R
diff --git a/usr.bin/write/Makefile b/usr.bin/write/Makefile
index 720fe126310..cc661b1f198 100644
--- a/usr.bin/write/Makefile
+++ b/usr.bin/write/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/07/30 22:28:22 mycroft Exp $
PROG= write
BINMODE=2555