diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-11 20:02:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-11 20:02:02 +0000 |
commit | fcd818a7b442ee8dc6f0660473a218a403eed641 (patch) | |
tree | 446b6543e21e267316a6882888ee23aa0dc918c3 /distrib/hp300/ramdisk/Makefile | |
parent | cfe0831504bd6f24b6ad214b0683e6443d87e6ce (diff) |
Build filesystems images in /var/tmp to avoid panic'ing if /tmp is MFS.
Diffstat (limited to 'distrib/hp300/ramdisk/Makefile')
-rw-r--r-- | distrib/hp300/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |