From fcd818a7b442ee8dc6f0660473a218a403eed641 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 11 May 1997 20:02:02 +0000 Subject: Build filesystems images in /var/tmp to avoid panic'ing if /tmp is MFS. --- distrib/hp300/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/hp300/ramdisk/Makefile') diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile index e713fc6e1d4..8c18b4c53ef 100644 --- a/distrib/hp300/ramdisk/Makefile +++ b/distrib/hp300/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/04/21 07:32:11 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1997/05/11 20:01:54 millert Exp $ # $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs 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 /tmp/image.${PID} +REALIMAGE!= echo /var/tmp/image.${PID} all: ${CBIN} ${IMAGE} @echo "all done" -- cgit v1.2.3