summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--distrib/arc/Makefile.inc2
-rw-r--r--distrib/atari/Makefile2
-rw-r--r--distrib/atari/Makefile.inc2
-rw-r--r--distrib/crunch/Makefile1
-rw-r--r--distrib/crunch/Makefile.inc2
-rw-r--r--distrib/hp300/Makefile3
-rw-r--r--distrib/hp300/Makefile.inc3
-rw-r--r--distrib/mac68k/Makefile2
-rw-r--r--distrib/mac68k/Makefile.inc2
-rw-r--r--distrib/miniroot/Makefile3
-rw-r--r--distrib/mvme68k/Makefile2
-rw-r--r--distrib/mvme68k/Makefile.inc2
-rw-r--r--distrib/notes/Makefile2
-rw-r--r--distrib/powerpc/Makefile2
-rw-r--r--distrib/powerpc/Makefile.inc3
-rw-r--r--distrib/ramdisk/Makefile3
-rw-r--r--distrib/sparc/Makefile3
-rw-r--r--distrib/special/Makefile2
-rw-r--r--distrib/sun3/Makefile2
-rw-r--r--distrib/sun3/Makefile.inc2
-rw-r--r--distrib/utils/Makefile2
-rw-r--r--distrib/utils/Makefile.inc2
-rw-r--r--distrib/vax/Makefile2
-rw-r--r--distrib/vax/Makefile.inc2
25 files changed, 26 insertions, 30 deletions
diff --git a/Makefile b/Makefile
index 9e972742bd9..f59c1fa92f1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
-# $OpenBSD: Makefile,v 1.21 1997/08/06 09:40:10 deraadt Exp $
-# $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $
+# $OpenBSD: Makefile,v 1.22 1997/09/21 11:46:58 deraadt Exp $
#
# For more information on building in tricky environments, please see
diff --git a/distrib/arc/Makefile.inc b/distrib/arc/Makefile.inc
index d6c53686d9a..521040b2cc3 100644
--- a/distrib/arc/Makefile.inc
+++ b/distrib/arc/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 1997/05/18 13:40:44 pefo Exp $
+# $OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:45:48 deraadt Exp $
# Revision is 2.1
REV= 21
diff --git a/distrib/atari/Makefile b/distrib/atari/Makefile
index 1cfd6e9f3c4..4909f0fecc2 100644
--- a/distrib/atari/Makefile
+++ b/distrib/atari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1995/04/17 19:08:47 leo Exp $
+# $OpenBSD: Makefile,v 1.2 1997/09/21 11:45:50 deraadt Exp $
SUBDIR= inst
diff --git a/distrib/atari/Makefile.inc b/distrib/atari/Makefile.inc
index 70d897586e9..16a7d2acf75 100644
--- a/distrib/atari/Makefile.inc
+++ b/distrib/atari/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 1995/11/28 23:57:10 jtc Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1997/09/21 11:45:50 deraadt Exp $
# Revision is 1.1
REV= 11
diff --git a/distrib/crunch/Makefile b/distrib/crunch/Makefile
index a38e0b9061d..a06c727cf6f 100644
--- a/distrib/crunch/Makefile
+++ b/distrib/crunch/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.2 1997/09/21 11:45:51 deraadt Exp $
SUBDIR=crunchgen crunchide
diff --git a/distrib/crunch/Makefile.inc b/distrib/crunch/Makefile.inc
index da421050521..6f2ce4cc516 100644
--- a/distrib/crunch/Makefile.inc
+++ b/distrib/crunch/Makefile.inc
@@ -1,2 +1,4 @@
+# $OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:45:52 deraadt Exp $
+
# modify to taste
BINDIR?= /usr/bin
diff --git a/distrib/hp300/Makefile b/distrib/hp300/Makefile
index 06b10314604..0197edd101f 100644
--- a/distrib/hp300/Makefile
+++ b/distrib/hp300/Makefile
@@ -1,5 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1997/02/16 18:19:56 downsj Exp $
-# $NetBSD: Makefile,v 1.2 1995/10/12 21:16:53 gwr Exp $
+# $OpenBSD: Makefile,v 1.3 1997/09/21 11:45:53 deraadt Exp $
SUBDIR= ramdisk
diff --git a/distrib/hp300/Makefile.inc b/distrib/hp300/Makefile.inc
index 39f77a6904f..7bc0ab76eef 100644
--- a/distrib/hp300/Makefile.inc
+++ b/distrib/hp300/Makefile.inc
@@ -1,5 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 1997/02/16 18:19:57 downsj Exp $
-# $NetBSD: Makefile.inc,v 1.2.6.1 1996/08/29 03:10:06 gwr Exp $
+# $OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:45:53 deraadt Exp $
# Revision is 2.0
REV= 20
diff --git a/distrib/mac68k/Makefile b/distrib/mac68k/Makefile
index b0ce0865ae0..63c1d148a52 100644
--- a/distrib/mac68k/Makefile
+++ b/distrib/mac68k/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1995/07/18 04:12:51 briggs Exp $
+# $OpenBSD: Makefile,v 1.2 1997/09/21 11:45:55 deraadt Exp $
SUBDIR= inst
diff --git a/distrib/mac68k/Makefile.inc b/distrib/mac68k/Makefile.inc
index 3afe8f45c8b..2b86d796248 100644
--- a/distrib/mac68k/Makefile.inc
+++ b/distrib/mac68k/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 1995/07/18 04:12:57 briggs Exp $
+# $OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:45:55 deraadt Exp $
# Revision is 1.0
REV= 10
diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile
index 30c59f9ef17..9048c33e672 100644
--- a/distrib/miniroot/Makefile
+++ b/distrib/miniroot/Makefile
@@ -1,5 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 1997/09/05 21:16:53 deraadt Exp $
-# $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $
+# $OpenBSD: Makefile,v 1.18 1997/09/21 11:45:56 deraadt Exp $
# Revision is 2.1
REV= 21
diff --git a/distrib/mvme68k/Makefile b/distrib/mvme68k/Makefile
index 8aecde36914..7f9e992a259 100644
--- a/distrib/mvme68k/Makefile
+++ b/distrib/mvme68k/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1995/10/12 21:16:53 gwr Exp $
+# $OpenBSD: Makefile,v 1.4 1997/09/21 11:45:57 deraadt Exp $
SUBDIR= ramdisk
diff --git a/distrib/mvme68k/Makefile.inc b/distrib/mvme68k/Makefile.inc
index aee5154066f..4d34b2d6440 100644
--- a/distrib/mvme68k/Makefile.inc
+++ b/distrib/mvme68k/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2.6.1 1996/08/29 03:10:06 gwr Exp $
+# $OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:45:57 deraadt Exp $
# Revision is 1.2
REV= 12
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile
index 18bbf1adb7b..04ea396595d 100644
--- a/distrib/notes/Makefile
+++ b/distrib/notes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1994/10/31 05:01:45 cgd Exp $
+# $OpenBSD: Makefile,v 1.7 1997/09/21 11:45:58 deraadt Exp $
NOPROG=
NOMAN=
diff --git a/distrib/powerpc/Makefile b/distrib/powerpc/Makefile
index f60e60afe16..7d8c6d3178b 100644
--- a/distrib/powerpc/Makefile
+++ b/distrib/powerpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1995/07/18 04:12:51 briggs Exp $
+# $OpenBSD: Makefile,v 1.4 1997/09/21 11:46:00 deraadt Exp $
SUBDIR= miniroot
diff --git a/distrib/powerpc/Makefile.inc b/distrib/powerpc/Makefile.inc
index 18ca0660d93..5831f7322f6 100644
--- a/distrib/powerpc/Makefile.inc
+++ b/distrib/powerpc/Makefile.inc
@@ -1,5 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.3 1997/05/12 17:05:56 niklas Exp $
-# $NetBSD: Makefile.inc,v 1.1 1995/07/18 04:12:57 briggs Exp $
+# $OpenBSD: Makefile.inc,v 1.4 1997/09/21 11:46:00 deraadt Exp $
# Revision is 2.1
REV= 21
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index ce90040adae..15caee224cb 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,5 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1997/09/05 21:16:58 deraadt Exp $
-# $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $
+# $OpenBSD: Makefile,v 1.8 1997/09/21 11:46:01 deraadt Exp $
# Revision is 2.1
REV= 21
diff --git a/distrib/sparc/Makefile b/distrib/sparc/Makefile
index b0821fcf355..45989a6c25d 100644
--- a/distrib/sparc/Makefile
+++ b/distrib/sparc/Makefile
@@ -1,5 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1997/09/18 17:18:40 deraadt Exp $
-# $NetBSD: Makefile,v 1.2 1995/10/12 21:16:53 gwr Exp $
+# $OpenBSD: Makefile,v 1.3 1997/09/21 11:46:03 deraadt Exp $
# at this point only the floppies directory has object, ramdisk and
# miniroot are just architeture dependent inclusions for ../ramdisk, etc.
diff --git a/distrib/special/Makefile b/distrib/special/Makefile
index 7dbd224ee75..06a7e975ab4 100644
--- a/distrib/special/Makefile
+++ b/distrib/special/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 1997/09/17 14:19:47 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 1997/09/21 11:46:04 deraadt Exp $
SUBDIR= ftp pppd rsh
diff --git a/distrib/sun3/Makefile b/distrib/sun3/Makefile
index 0a317598577..332faa92231 100644
--- a/distrib/sun3/Makefile
+++ b/distrib/sun3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1995/10/12 21:16:53 gwr Exp $
+# $OpenBSD: Makefile,v 1.2 1997/09/21 11:46:05 deraadt Exp $
SUBDIR= miniroot ramdisk
diff --git a/distrib/sun3/Makefile.inc b/distrib/sun3/Makefile.inc
index aee5154066f..a02c1a6ab8c 100644
--- a/distrib/sun3/Makefile.inc
+++ b/distrib/sun3/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2.6.1 1996/08/29 03:10:06 gwr Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1997/09/21 11:46:05 deraadt Exp $
# Revision is 1.2
REV= 12
diff --git a/distrib/utils/Makefile b/distrib/utils/Makefile
index 3fac6077dae..8e0322719ac 100644
--- a/distrib/utils/Makefile
+++ b/distrib/utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1995/10/13 18:10:06 gwr Exp $
+# $OpenBSD: Makefile,v 1.2 1997/09/21 11:46:06 deraadt Exp $
SUBDIR= libhack init_s ssh tls x_dd x_ifconfig
diff --git a/distrib/utils/Makefile.inc b/distrib/utils/Makefile.inc
index 5ffbf6e7efb..39ce59deb08 100644
--- a/distrib/utils/Makefile.inc
+++ b/distrib/utils/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 1996/03/27 04:48:28 scottr Exp $
+# $OpenBSD: Makefile.inc,v 1.5 1997/09/21 11:46:07 deraadt Exp $
# utils one might want in a crunched binary
LDSTATIC= -static
diff --git a/distrib/vax/Makefile b/distrib/vax/Makefile
index 078cbf559f1..5424f904f75 100644
--- a/distrib/vax/Makefile
+++ b/distrib/vax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1995/10/01 21:22:13 ragge Exp $
+# $OpenBSD: Makefile,v 1.2 1997/09/21 11:46:08 deraadt Exp $
SUBDIR= inst tk50 rx50 rx33
diff --git a/distrib/vax/Makefile.inc b/distrib/vax/Makefile.inc
index 132af8f14f9..eabf1f44052 100644
--- a/distrib/vax/Makefile.inc
+++ b/distrib/vax/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.2 1996/09/05 21:27:33 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1997/09/21 11:46:09 deraadt Exp $
# Revision is 1.0
REV= 10A