summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-02-10 06:09:56 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-02-10 06:09:56 +0000
commit29b45466162a9072d49966057627b2170f695760 (patch)
treee3180075661d6ff26a7936e0c4046852c9ffe832 /benchmarks
parentMove gn from the subdirs list to the broken list until (diff)
Make the fetch target a dummy so from-the-top `make fetch' runs don't fall
over
Notes
Notes: svn path=/head/; revision=924
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 c41ab4e3ae64..c3d4b33ea87f 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)