diff options
author | cjep <cjep@pkgsrc.org> | 2004-05-07 15:25:13 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-05-07 15:25:13 +0000 |
commit | 341efbf78918e077c10e5e281fdff1a0198c1430 (patch) | |
tree | 2576cc6bcf81ba303f2953a42a62a6ed383ae494 /benchmarks | |
parent | 8e020c1ca209f52847dcde7cd49d7f8d84585ae0 (diff) | |
download | pkgsrc-341efbf78918e077c10e5e281fdff1a0198c1430.tar.gz |
whitespace nits
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/lmbench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index e9156461a86..464c5700532 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/04/11 03:42:21 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/05/07 15:25:13 cjep Exp $ DISTNAME= lmbench-2alpha11 PKGNAME= lmbench-2.11a @@ -36,7 +36,7 @@ do-install: @${SETENV} PREFIX=${PREFIX} WRKSRC=${WRKSRC} \ INSTALL_PROGRAM=${INSTALL} ${FILESDIR}/do-install -.include "../../mk/bsd.prefs.mk" +.include "../../mk/bsd.prefs.mk" benchmark: if [ ! -f ${PREFIX}/bin/lmbench/hello ]; then \ @${ECHO} "*** This benchmark must be installed to run" ; \ |