diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-10 09:36:42 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-10 09:36:42 +0800 |
commit | 7b55cbc9ef88345cc5328beb905ce441af47f51a (patch) | |
tree | 8fc4b75de2d75b082cea54474ea7fe580221a673 /benchmarks | |
parent | 40002e4d973c5c28d4123fd9cb228a7aa82d3004 (diff) | |
download | freebsd-ports-gnome-7b55cbc9ef88345cc5328beb905ce441af47f51a.tar.gz freebsd-ports-gnome-7b55cbc9ef88345cc5328beb905ce441af47f51a.tar.zst freebsd-ports-gnome-7b55cbc9ef88345cc5328beb905ce441af47f51a.zip |
When we changed the cookies to be ${WRKDIR} relative, it broke this guy.
Reassign cookie locations.
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 d27e28a81598..794626e06595 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}" |