From dce2bc4d6518092c5d1898181878d777578137cf Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 1 Sep 1998 16:42:33 +0000 Subject: use ${WRKDIR} not `work' --- benchmarks/iozone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index dc90b203c44..6432351660a 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/30 17:42:25 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/01 16:42:33 mrg Exp $ DISTNAME= iozone PKGNAME= iozone-1.14b @@ -11,7 +11,7 @@ MAINTAINER= root@garbled.net NO_WRKSUBDIR= yes do-build: - (cd work && cc -O2 -o iozone iozone.c) + (cd ${WRKDIR} && cc -O2 -o iozone iozone.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin -- cgit v1.2.3