diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-17 00:22:54 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-17 00:22:54 +0000 |
commit | c80269ffdf8d45462597e0feb1f0c2ceb19c6a6c (patch) | |
tree | 2237f19766c86f08ef0873e57a724ca901eb521e /benchmarks/tcpblast/Makefile | |
parent | 540b953f9799cf9f5daed7f58c7e79b008ac3a9e (diff) | |
download | ports-c80269ffdf8d45462597e0feb1f0c2ceb19c6a6c.tar.gz ports-c80269ffdf8d45462597e0feb1f0c2ceb19c6a6c.zip |
Notes
Diffstat (limited to 'benchmarks/tcpblast/Makefile')
-rw-r--r-- | benchmarks/tcpblast/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index 794626e06595..201e530fe7c8 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -3,14 +3,12 @@ # Date created: 22 August 1994 # Whom: mr # -# $Id: Makefile,v 1.2 1994/09/13 06:34:56 jkh Exp $ +# $Id: Makefile,v 1.3 1994/11/10 01:36:42 jkh Exp $ # DISTNAME= tcpblast NO_EXTRACT= yes -CONFIGURE_COOKIE= ${.CURDIR}/.configure_done -INSTALL_COOKIE= ${.CURDIR}/.install_done -BUILD_COOKIE= ${.CURDIR}/.build_done +NO_WRKDIR= yes pre-clean: @echo "===> Pre-clean for ${DISTNAME}" |