summaryrefslogtreecommitdiff
path: root/benchmarks/tcpblast/Makefile
blob: 9def85e04cf52c7ed2c2b496cf0855cc8f26dd26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	tcpblast
# Version required:	<self contained>
# Date created:		22 August 1994
# Whom:			mr
#
# $Id: Makefile,v 1.6 1995/02/10 06:09:56 gpalmer Exp $
#

DISTNAME=	tcpblast
PKGNAME=	tcpblast-1.0

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>