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/i386/floppies/common | |
parent | cfe0831504bd6f24b6ad214b0683e6443d87e6ce (diff) |
Build filesystems images in /var/tmp to avoid panic'ing if /tmp is MFS.
Diffstat (limited to 'distrib/i386/floppies/common')
-rw-r--r-- | distrib/i386/floppies/common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/common/Makefile.inc b/distrib/i386/floppies/common/Makefile.inc index e5e12e77e87..18105086044 100644 --- a/distrib/i386/floppies/common/Makefile.inc +++ b/distrib/i386/floppies/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 1997/04/19 21:26:11 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1997/05/11 20:01:56 millert Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -11,7 +11,7 @@ VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a IMAGE?= xxx${REV}.fs PID!= echo $$$$ -REALIMAGE= /tmp/image.${PID} +REALIMAGE= /var/tmp/image.${PID} MDEC= ${DESTDIR}/usr/mdec LISTS= ${COMMONDIR}/list ${.CURDIR}/list |