diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-10 01:36:42 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-10 01:36:42 +0000 |
commit | a558be12bce77f7b4d5f846085208182046d585a (patch) | |
tree | 2b50c62bc8588c44f5b3d2ecb212a4ef5b3a3704 /benchmarks/tcpblast | |
parent | 560856bdcd1903699fa8234a7a73c707a2a8135b (diff) |
When we changed the cookies to be ${WRKDIR} relative, it broke this guy.
Reassign cookie locations.
Notes
Notes:
svn path=/head/; revision=349
Diffstat (limited to 'benchmarks/tcpblast')
-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}" |