aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/tcpblast
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-11-21 10:39:08 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-11-21 10:39:08 +0000
commit61dc09009c7ff8cb4bcef2288e6a5b4125d66d91 (patch)
treebc528d29754c9a2d5536bfabff3180b6da49479b /benchmarks/tcpblast
parent996ec6102096683dbaccfc62dd92a020256d1a98 (diff)
downloadports-61dc09009c7ff8cb4bcef2288e6a5b4125d66d91.tar.gz
ports-61dc09009c7ff8cb4bcef2288e6a5b4125d66d91.zip
Remove the symlink in the pre-clean target, that gets created from the
configure script.
Notes
Notes: svn path=/head/; revision=443
Diffstat (limited to 'benchmarks/tcpblast')
-rw-r--r--benchmarks/tcpblast/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile
index 201e530fe7c8..c41ab4e3ae64 100644
--- a/benchmarks/tcpblast/Makefile
+++ b/benchmarks/tcpblast/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 August 1994
# Whom: mr
#
-# $Id: Makefile,v 1.3 1994/11/10 01:36:42 jkh Exp $
+# $Id: Makefile,v 1.4 1994/11/17 00:22:54 jkh Exp $
#
DISTNAME= tcpblast
@@ -12,6 +12,7 @@ NO_WRKDIR= yes
pre-clean:
@echo "===> Pre-clean for ${DISTNAME}"
+ @(rm -f ${.CURDIR}/tcpblast)
@(cd ${.CURDIR}/src; make clean)
.include <bsd.port.mk>