summaryrefslogtreecommitdiffstats
path: root/benchmarks/tcpblast
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-10 01:36:42 +0000
committerjkh <jkh@FreeBSD.org>1994-11-10 01:36:42 +0000
commit7b55cbc9ef88345cc5328beb905ce441af47f51a (patch)
tree8fc4b75de2d75b082cea54474ea7fe580221a673 /benchmarks/tcpblast
parent40002e4d973c5c28d4123fd9cb228a7aa82d3004 (diff)
downloadFreeBSD-ports-7b55cbc9ef88345cc5328beb905ce441af47f51a.zip
FreeBSD-ports-7b55cbc9ef88345cc5328beb905ce441af47f51a.tar.gz
When we changed the cookies to be ${WRKDIR} relative, it broke this guy.
Reassign cookie locations.
Diffstat (limited to 'benchmarks/tcpblast')
-rw-r--r--benchmarks/tcpblast/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile
index d27e28a..794626e 100644
--- a/benchmarks/tcpblast/Makefile
+++ b/benchmarks/tcpblast/Makefile
@@ -3,11 +3,14 @@
# Date created: 22 August 1994
# Whom: mr
#
-# $Id: Makefile,v 1.1.1.1 1994/09/08 21:59:30 jkh Exp $
+# $Id: Makefile,v 1.2 1994/09/13 06:34:56 jkh Exp $
#
DISTNAME= tcpblast
NO_EXTRACT= yes
+CONFIGURE_COOKIE= ${.CURDIR}/.configure_done
+INSTALL_COOKIE= ${.CURDIR}/.install_done
+BUILD_COOKIE= ${.CURDIR}/.build_done
pre-clean:
@echo "===> Pre-clean for ${DISTNAME}"
OpenPOWER on IntegriCloud