diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-10 06:09:56 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-10 06:09:56 +0000 |
commit | 29b45466162a9072d49966057627b2170f695760 (patch) | |
tree | e3180075661d6ff26a7936e0c4046852c9ffe832 /benchmarks/tcpblast/Makefile | |
parent | 6610de06672b0e97657e13bde54664b1981931f7 (diff) | |
download | ports-29b45466162a9072d49966057627b2170f695760.tar.gz ports-29b45466162a9072d49966057627b2170f695760.zip |
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/tcpblast/Makefile')
-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 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) |