diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-20 09:59:27 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-20 09:59:27 +0800 |
commit | b2b015c0a83b622369ad1283681113b22daa7b4e (patch) | |
tree | d01278be09c068dca9418c8584b4ab6312a5d13c /benchmarks/tcpblast | |
parent | ce71b32c2991350f4946a4e8f3fc29189235ec3b (diff) | |
download | freebsd-ports-gnome-b2b015c0a83b622369ad1283681113b22daa7b4e.tar.gz freebsd-ports-gnome-b2b015c0a83b622369ad1283681113b22daa7b4e.tar.zst freebsd-ports-gnome-b2b015c0a83b622369ad1283681113b22daa7b4e.zip |
mkdir --> ${MKDIR}
cp --> ${CP}
rm --> ${RM}
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> |