diff options
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/common/Makefile.inc | 4 | ||||
-rw-r--r-- | distrib/vax/iso/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/vax/common/Makefile.inc b/distrib/vax/common/Makefile.inc index 2839452e4eb..bd5ff4cfec6 100644 --- a/distrib/vax/common/Makefile.inc +++ b/distrib/vax/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2009/04/17 03:58:55 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2011/04/18 16:52:10 thib Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -7,7 +7,7 @@ COMMONDIR= ${TOP}/common UTILS= ${TOP}/../miniroot MOUNT_POINT?= /mnt -VND?= svnd0 +VND?= vnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a IMAGE?= miniroot-${REV}.fs diff --git a/distrib/vax/iso/Makefile b/distrib/vax/iso/Makefile index 69420707d1f..4c6d59e15e6 100644 --- a/distrib/vax/iso/Makefile +++ b/distrib/vax/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/10/18 05:40:47 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2011/04/18 16:52:10 thib Exp $ TOP= ${.CURDIR}/.. @@ -18,7 +18,7 @@ XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \ ${RELXDIR}/xserv${OSrev}.tgz MOUNT_POINT?= /mnt -VND?= svnd0 +VND?= vnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a DISKTYPE= isoroot |