diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-08-08 00:08:21 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-08-08 00:08:21 +0000 |
commit | cdda09ffa299176e75e9e125992636073bce3c59 (patch) | |
tree | 0443b52fa4c1133ff75a9ffd8486d43303dae692 /benchmarks/iozone/Makefile | |
parent | 6a2612a398d13aaf33b0507c42987c1a7da415de (diff) | |
download | ports-cdda09ffa299176e75e9e125992636073bce3c59.tar.gz ports-cdda09ffa299176e75e9e125992636073bce3c59.zip |
Notes
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r-- | benchmarks/iozone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 9d5c023e797c..37af3617bce2 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -3,7 +3,7 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.20 1999/02/03 11:11:39 asami Exp $ +# $Id: Makefile,v 1.21 1999/07/07 22:40:08 jmz Exp $ # DISTNAME= iozone @@ -23,6 +23,7 @@ ALL_TARGET= MAN1= iozone.1 do-install: + ${STRIP} ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 |