diff options
Diffstat (limited to 'distrib/vax/inst-common/Makefile.inc')
-rw-r--r-- | distrib/vax/inst-common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/inst-common/Makefile.inc b/distrib/vax/inst-common/Makefile.inc index 53f532209df..70376ca38d9 100644 --- a/distrib/vax/inst-common/Makefile.inc +++ b/distrib/vax/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.3 1996/12/22 01:52:52 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1997/05/14 18:39:08 niklas Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -6,7 +6,7 @@ CBIN= instbin COMMONDIR= ${TOP}/inst-common MOUNT_POINT?= /mnt -VND?= vnd0 +VND?= svnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a IMAGE?= miniroot-${REV}.fs |