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