diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1998-06-27 20:52:15 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1998-06-27 20:52:15 +0000 |
commit | 15f7b544383cd1be3b3b79b64d7444a9eb86d228 (patch) | |
tree | d8d648a9c336f8b7aac9b22cd8e25579265ae00b /distrib | |
parent | 995d4f1c1a1502b7c125d9672df13e6d7d9839bc (diff) |
s/23/${OSrev}/
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/Makefile.inc | 4 | ||||
-rw-r--r-- | distrib/arc/Makefile.inc | 4 | ||||
-rw-r--r-- | distrib/arc/floppies/Makefile.inc | 4 | ||||
-rw-r--r-- | distrib/hp300/Makefile.inc | 5 | ||||
-rw-r--r-- | distrib/i386/floppies/Makefile.inc | 4 | ||||
-rw-r--r-- | distrib/miniroot/Makefile | 4 | ||||
-rw-r--r-- | distrib/powerpc/Makefile.inc | 5 | ||||
-rw-r--r-- | distrib/ramdisk/Makefile | 4 | ||||
-rw-r--r-- | distrib/simpleroot/Makefile | 4 | ||||
-rw-r--r-- | distrib/sparc/floppies/Makefile.inc | 4 |
10 files changed, 20 insertions, 22 deletions
diff --git a/distrib/alpha/Makefile.inc b/distrib/alpha/Makefile.inc index aba2392a95c..e2812425600 100644 --- a/distrib/alpha/Makefile.inc +++ b/distrib/alpha/Makefile.inc @@ -1,3 +1,3 @@ -# $OpenBSD: Makefile.inc,v 1.3 1998/03/08 00:26:12 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1998/06/27 20:52:01 todd Exp $ -REV=23 +REV=${OSrev} diff --git a/distrib/arc/Makefile.inc b/distrib/arc/Makefile.inc index 7a8ad47066d..ee964aa4745 100644 --- a/distrib/arc/Makefile.inc +++ b/distrib/arc/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.4 1998/03/08 00:26:13 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1998/06/27 20:52:02 todd Exp $ -REV= 23 +REV= ${OSrev} LDSTATIC= -static diff --git a/distrib/arc/floppies/Makefile.inc b/distrib/arc/floppies/Makefile.inc index 51211dfb6e0..23215319e26 100644 --- a/distrib/arc/floppies/Makefile.inc +++ b/distrib/arc/floppies/Makefile.inc @@ -1,3 +1,3 @@ -# $Id: Makefile.inc,v 1.4 1998/03/08 00:26:15 deraadt Exp $ +# $Id: Makefile.inc,v 1.5 1998/06/27 20:52:04 todd Exp $ -REV= 23 +REV= ${OSrev} diff --git a/distrib/hp300/Makefile.inc b/distrib/hp300/Makefile.inc index 6f459b85c3a..0c4e23b2045 100644 --- a/distrib/hp300/Makefile.inc +++ b/distrib/hp300/Makefile.inc @@ -1,4 +1,3 @@ -# $OpenBSD: Makefile.inc,v 1.3 1998/03/28 23:40:44 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1998/06/27 20:52:05 todd Exp $ -# Revision is 2.3 -REV=23 +REV=${OSrev} diff --git a/distrib/i386/floppies/Makefile.inc b/distrib/i386/floppies/Makefile.inc index 3414ef8dbf4..0924d250eb2 100644 --- a/distrib/i386/floppies/Makefile.inc +++ b/distrib/i386/floppies/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.10 1998/03/08 00:26:19 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 1998/06/27 20:52:07 todd Exp $ -REV= 23 +REV= ${OSrev} FLOPPY3=1 .include <bsd.own.mk> diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile index dd04a6b1063..30676054ae9 100644 --- a/distrib/miniroot/Makefile +++ b/distrib/miniroot/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.21 1998/03/08 00:26:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.22 1998/06/27 20:52:08 todd Exp $ -REV= 23 +REV= ${OSrev} CBIN= instbin ARCHDIR= ${.CURDIR}/../${MACHINE}/miniroot diff --git a/distrib/powerpc/Makefile.inc b/distrib/powerpc/Makefile.inc index 173ec3e85b5..13836963d89 100644 --- a/distrib/powerpc/Makefile.inc +++ b/distrib/powerpc/Makefile.inc @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.7 1998/03/08 00:26:58 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 1998/06/27 20:52:09 todd Exp $ -# Revision is 2.3 -REV= 23 +REV= ${OSrev} BSDSRCDIR?= /usr/src SRCSYSDIR?= ${BSDSRCDIR}/sys diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile index 2fce4c81fd2..c0073065e5f 100644 --- a/distrib/ramdisk/Makefile +++ b/distrib/ramdisk/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.13 1998/03/08 00:27:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 1998/06/27 20:52:11 todd Exp $ -REV= 23 +REV= ${OSrev} CBIN= instbin ARCHDIR= ${.CURDIR}/../${MACHINE}/ramdisk diff --git a/distrib/simpleroot/Makefile b/distrib/simpleroot/Makefile index b097b49b7a4..5ea8158cd3b 100644 --- a/distrib/simpleroot/Makefile +++ b/distrib/simpleroot/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.12 1998/03/30 07:15:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 1998/06/27 20:52:12 todd Exp $ -REV= 23 +REV= ${OSrev} ARCHDIR= ${.CURDIR}/../${MACHINE}/simpleroot diff --git a/distrib/sparc/floppies/Makefile.inc b/distrib/sparc/floppies/Makefile.inc index 5667dd672a2..7ef83e82ea8 100644 --- a/distrib/sparc/floppies/Makefile.inc +++ b/distrib/sparc/floppies/Makefile.inc @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.7 1998/03/08 00:27:41 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 1998/06/27 20:52:14 todd Exp $ -REV= 23 +REV= ${OSrev} .include <bsd.own.mk> |