diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-29 01:48:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-29 01:48:42 +0000 |
commit | 063c90a6588489ddfb0f62c5144987d7e5b6e1ad (patch) | |
tree | f44fe59282010ee146b567362075731ad08a9108 /distrib/alpha/miniroot | |
parent | ecbca7f78c1101e467df0ddb932e704fd27923f5 (diff) |
remove the abstraction REV on top of abstraction OSrev which is always
the sme.
Diffstat (limited to 'distrib/alpha/miniroot')
-rw-r--r-- | distrib/alpha/miniroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/miniroot/Makefile b/distrib/alpha/miniroot/Makefile index d9d91e85505..ea17f254d22 100644 --- a/distrib/alpha/miniroot/Makefile +++ b/distrib/alpha/miniroot/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2019/04/28 16:47:29 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2019/04/29 01:48:39 deraadt Exp $ TOP= ${.CURDIR}/.. .include "${TOP}/Makefile.inc" -FS= miniroot${REV}.fs +FS= miniroot${OSrev}.fs MOUNT_POINT= /mnt .ifndef DESTDIR |