diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-08 21:59:31 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-08 21:59:31 +0000 |
commit | 9e5906dd61cd8527110fdbbbd84381a0497b90a7 (patch) | |
tree | 71814b47d3d77bea657afd16f015ef93e103bb58 /benchmarks/tcpblast/Makefile | |
parent | 34037f3eec3a2d8513de0fde2bbb665a8bb7416a (diff) |
Notes
Diffstat (limited to 'benchmarks/tcpblast/Makefile')
-rw-r--r-- | benchmarks/tcpblast/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile new file mode 100644 index 000000000000..c297dc68c46a --- /dev/null +++ b/benchmarks/tcpblast/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pkg_install +# Version required: <own lineage> +# Date created: 22 August 1994 +# Whom: jkh +# +# $Id: Makefile,v 1.4 1994/08/28 15:00:20 jkh Exp $ +# + +DISTNAME= tcpblast +NO_EXTRACT= yes + +pre-clean: + @echo "===> Pre-clean for ${DISTNAME}" + @(cd ${.CURDIR}/src; make clean) + +.include <bsd.port.mk> |