diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-02-10 06:09:56 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-02-10 06:09:56 +0000 |
commit | 7a5883e27b15df49f49701055c98e5c080277469 (patch) | |
tree | b24c497a5d616e9efe185767da791b744c502815 /benchmarks | |
parent | 1a47cefee362c6d4290921810e4f71a016cda1ff (diff) | |
download | FreeBSD-ports-7a5883e27b15df49f49701055c98e5c080277469.zip FreeBSD-ports-7a5883e27b15df49f49701055c98e5c080277469.tar.gz |
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/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index c41ab4e..c3d4b33e 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) |