aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1995-02-10 14:09:56 +0800
committergpalmer <gpalmer@FreeBSD.org>1995-02-10 14:09:56 +0800
commit7a5883e27b15df49f49701055c98e5c080277469 (patch)
treeb24c497a5d616e9efe185767da791b744c502815 /benchmarks
parent1a47cefee362c6d4290921810e4f71a016cda1ff (diff)
downloadfreebsd-ports-graphics-7a5883e27b15df49f49701055c98e5c080277469.tar.gz
freebsd-ports-graphics-7a5883e27b15df49f49701055c98e5c080277469.tar.zst
freebsd-ports-graphics-7a5883e27b15df49f49701055c98e5c080277469.zip
Make the fetch target a dummy so from-the-top `make fetch' runs don't fall
over
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/tcpblast/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile
index c41ab4e3ae6..c3d4b33ea87 100644
--- a/benchmarks/tcpblast/Makefile
+++ b/benchmarks/tcpblast/Makefile
@@ -3,13 +3,16 @@
# Date created: 22 August 1994
# Whom: mr
#
-# $Id: Makefile,v 1.4 1994/11/17 00:22:54 jkh Exp $
+# $Id: Makefile,v 1.5 1994/11/21 10:39:08 ats Exp $
#
DISTNAME= tcpblast
NO_EXTRACT= yes
NO_WRKDIR= yes
+fetch:
+ @${DO_NADA}
+
pre-clean:
@echo "===> Pre-clean for ${DISTNAME}"
@(rm -f ${.CURDIR}/tcpblast)