diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 21:16:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 21:16:33 +0000 |
commit | 462bf2925c30942640767ae69ee8448e3e755ec4 (patch) | |
tree | 59a081b96a143fcc9cea2099fbf35f86e4493dcf /benchmarks/unixbench/Makefile | |
parent | Add version required. Bootstrap it to the current version. (diff) |
chmod -> ${CHMOD}
Notes
Notes:
svn path=/head/; revision=20890
Diffstat (limited to 'benchmarks/unixbench/Makefile')
-rw-r--r-- | benchmarks/unixbench/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile index bdf87fb0fd04..593cab78951b 100644 --- a/benchmarks/unixbench/Makefile +++ b/benchmarks/unixbench/Makefile @@ -3,7 +3,7 @@ # Date created: 28 December 1995 # Whom: se # -# $Id: Makefile,v 1.8 1999/07/18 06:02:55 cpiazza Exp $ +# $Id: Makefile,v 1.9 1999/08/22 18:57:21 mharo Exp $ # DISTNAME= bytebench-3.1 @@ -24,14 +24,14 @@ do-install: ${ECHO} "cd $(PREFIX)/lib/bytebench" >> $(PREFIX)/bin/bytebench ${ECHO} "exec ./Run \"\$$@\"" >> $(PREFIX)/bin/bytebench ${CHMOD} 755 $(PREFIX)/bin/bytebench - chmod 644 $(PREFIX)/lib/bytebench/Makefile - chmod 644 $(PREFIX)/lib/bytebench/README - chmod 755 $(PREFIX)/lib/bytebench/Run - chmod 755 $(PREFIX)/lib/bytebench/doc - chmod 755 $(PREFIX)/lib/bytebench/pgms - chmod 755 $(PREFIX)/lib/bytebench/pgms/* - chmod 755 $(PREFIX)/lib/bytebench/results - chmod 755 $(PREFIX)/lib/bytebench/testdir + ${CHMOD} 644 $(PREFIX)/lib/bytebench/Makefile + ${CHMOD} 644 $(PREFIX)/lib/bytebench/README + ${CHMOD} 755 $(PREFIX)/lib/bytebench/Run + ${CHMOD} 755 $(PREFIX)/lib/bytebench/doc + ${CHMOD} 755 $(PREFIX)/lib/bytebench/pgms + ${CHMOD} 755 $(PREFIX)/lib/bytebench/pgms/* + ${CHMOD} 755 $(PREFIX)/lib/bytebench/results + ${CHMOD} 755 $(PREFIX)/lib/bytebench/testdir @rm -f ${PREFIX}/lib/bytebench/pgms/*.orig .include <bsd.port.mk> |