From d7a62a0b0ebea00273fab57335eea6fae101a820 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 17 Apr 2009 15:59:49 +0000 Subject: further minor unification --- distrib/hppa/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/hppa') 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 -- cgit v1.2.3