summaryrefslogtreecommitdiff
path: root/distrib/hppa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-17 15:59:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-17 15:59:49 +0000
commitd7a62a0b0ebea00273fab57335eea6fae101a820 (patch)
tree6974666f1798f950c4089a5250dc92e4e4b6e86b /distrib/hppa
parent5af45d185abcb9fcb8c34dcd1b151974a0837792 (diff)
further minor unification
Diffstat (limited to 'distrib/hppa')
-rw-r--r--distrib/hppa/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile
index 7f1354b2da9..dd7bcae9f26 100644
--- a/distrib/hppa/ramdisk/Makefile
+++ b/distrib/hppa/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2009/04/17 03:58:54 deraadt Exp $
+# $OpenBSD: Makefile,v 1.18 2009/04/17 15:59:47 deraadt Exp $
CBIN= instbin
ARCHDIR= ${.CURDIR}/..
@@ -16,7 +16,7 @@ VND_DEV= /dev/${VND}a
VND_RDEV= /dev/r${VND}a
DISKTYPE= rdroot
PID!= echo $$$$
-REALIMAGE!= echo /tmp/image.${PID}
+REALIMAGE!= echo /var/tmp/image.${PID}
IMAGE?= ramdisk${REV}.fs
IMAGESIZE?= 4608 # 2.25MB in 512 byte blocks
NEWFS_WILL_FAIL?=false