summaryrefslogtreecommitdiff
path: root/benchmarks/fib
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/fib')
-rw-r--r--benchmarks/fib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile
index 105b267e4c2..7aed0b1c67d 100644
--- a/benchmarks/fib/Makefile
+++ b/benchmarks/fib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 13:37:48 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $
DISTNAME= fib.c
PKGNAME= fib-980203
@@ -16,7 +16,7 @@ do-extract:
${CP} ${DISTDIR}/fib.c ${WRKSRC}/fib.c
do-build:
- (cd ${WRKSRC} ; ${CC} -O2 -DUNIX -o fib fib.c -lm)
+ (cd ${WRKSRC} ; ${CC} ${CFLAGS} -DUNIX -o fib fib.c -lm)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fib ${PREFIX}/bin