aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/tcpblast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/tcpblast/Makefile')
-rw-r--r--benchmarks/tcpblast/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile
deleted file mode 100644
index bc020e0f506e..000000000000
--- a/benchmarks/tcpblast/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: tcpblast
-# Version required: <self contained>
-# Date created: 22 August 1994
-# Whom: mr
-#
-# $Id: Makefile,v 1.7 1995/04/15 05:41:58 asami Exp $
-#
-
-DISTNAME= tcpblast
-PKGNAME= tcpblast-1.0
-CATEGORIES= networking
-
-NO_EXTRACT= yes
-NO_WRKDIR= yes
-
-fetch:
- @${DO_NADA}
-
-pre-clean:
- @echo "===> Pre-clean for ${DISTNAME}"
- @(rm -f ${.CURDIR}/tcpblast)
- @(cd ${.CURDIR}/src; make clean)
-
-.include <bsd.port.mk>