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/arc | |
parent | 995d4f1c1a1502b7c125d9672df13e6d7d9839bc (diff) |
s/23/${OSrev}/
Diffstat (limited to 'distrib/arc')
-rw-r--r-- | distrib/arc/Makefile.inc | 4 | ||||
-rw-r--r-- | distrib/arc/floppies/Makefile.inc | 4 |
2 files changed, 4 insertions, 4 deletions
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} |