diff options
Diffstat (limited to 'distrib/vax/Makefile.inc')
-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> |