diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-02-24 19:32:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-02-24 19:32:28 +0000 |
commit | a6bf82e6658331bc99395113fadb2153d502ce43 (patch) | |
tree | 5016bd2d5587d53537fe8a04299113e393527662 /distrib | |
parent | f06d860053089be471e80efd859c1c06f19f5e5a (diff) |
iso will need a Makefile.inc to get REV right
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/vax/Makefile.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/distrib/vax/Makefile.inc b/distrib/vax/Makefile.inc index e7107a12e1e..cebe4193713 100644 --- a/distrib/vax/Makefile.inc +++ b/distrib/vax/Makefile.inc @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.4 2001/02/24 10:55:02 hugh Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2008/02/24 19:32:27 deraadt Exp $ -SUBDIR= ../ramdisk -REV= 28 +REV= ${OSrev} -.include <bsd.subdir.mk> +.include <bsd.own.mk> |