diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-10 23:58:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-10 23:58:10 +0000 |
commit | bd3df2b9ee5f8ef2646aacdba92affa17753f98a (patch) | |
tree | 91c260ff5e5edbe3385fc77d6824d998e96b6734 /benchmarks/iozone21 | |
parent | cbe99c3c0b5c7b6ec95c82837dbe3948fb77eb0c (diff) | |
download | ports-bd3df2b9ee5f8ef2646aacdba92affa17753f98a.tar.gz ports-bd3df2b9ee5f8ef2646aacdba92affa17753f98a.zip |
Notes
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 0e2dbab23f0f..8bfe7fff8f1c 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -23,7 +23,7 @@ ALL_TARGET= MAN1= iozone.1 do-install: - ${STRIP} ${WRKSRC}/iozone + strip ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 |