summaryrefslogtreecommitdiff
path: root/benchmarks/iozone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r--benchmarks/iozone/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index c21d02fc80f..905ce2a3cad 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/05/02 15:17:45 pooka Exp $
+# $NetBSD: Makefile,v 1.10 2000/05/03 09:13:15 pooka Exp $
DISTNAME= iozone3_9
PKGNAME= iozone-3.09
@@ -23,5 +23,7 @@ MAKEFILE= makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/IOzone
+ ${INSTALL_DATA} ${WRKDIR}/docs/IOzone_ps.gz ${PREFIX}/share/doc/IOzone
.include "../../mk/bsd.pkg.mk"