diff options
Diffstat (limited to 'benchmarks/tcpblast')
-rw-r--r-- | benchmarks/tcpblast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index 2738f9e83278..1d5b8ed7b926 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -3,7 +3,7 @@ # Date created: 22 August 1994 # Whom: mr # -# $Id: Makefile,v 1.9 1995/07/13 01:09:11 asami Exp $ +# $Id: Makefile,v 1.10 1995/11/22 11:37:02 asami Exp $ # DISTNAME= tcpblast @@ -18,7 +18,7 @@ fetch: pre-clean: @echo "===> Pre-clean for ${DISTNAME}" - @(rm -f ${.CURDIR}/tcpblast) + @(${RM} -f ${.CURDIR}/tcpblast) @(cd ${.CURDIR}/src; make clean) .include <bsd.port.mk> |