From fd0bbbefc90bb4b6f78cfdfa4af5257190e926bb Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 11 May 1997 18:20:33 +0000 Subject: Put vnd image in /var/tmp to avoid vnd problems with MFS and NFS. --- distrib/alpha/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/alpha/ramdisk/Makefile') diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile index 6214e669d5d..fb72e96cbf8 100644 --- a/distrib/alpha/ramdisk/Makefile +++ b/distrib/alpha/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1997/05/11 04:33:10 millert Exp $ +# $OpenBSD: Makefile,v 1.8 1997/05/11 18:20:32 millert Exp $ TOP= ${.CURDIR}/.. @@ -15,7 +15,7 @@ VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a VND_CRDEV= /dev/r${VND}c PID!= echo $$$$ -REALIMAGE!= echo image.${PID} +REALIMAGE!= echo /var/tmp/image.${PID} STRIP?= strip GZIP?= gzip -- cgit v1.2.3