aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/siege/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/siege/Makefile')
-rw-r--r--benchmarks/siege/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile
index 89220f3d2bea..5fa3c93d2e85 100644
--- a/benchmarks/siege/Makefile
+++ b/benchmarks/siege/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \
--sysconfdir=${ETCDIR}
pre-configure:
- @${RM} -f ${WRKSRC}/acinclude.m4
- @${RM} -f ${WRKSRC}/utils/missing
+ @${RM} ${WRKSRC}/acinclude.m4
+ @${RM} ${WRKSRC}/utils/missing
.include <bsd.port.mk>