1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/benchmarks/tcpblast/Makefile
David E. O'Brien a393d41dc9 Fix minor bug in which the reported throughput would be incorrect if the
test block size were changed from 1024 bytes.

Submitted by:	Chad R. Larson <chad@freeway.dcfinc.com>
Obtained from:	ports@freebsd.org
1998-12-05 08:12:11 +00:00

25 lines
507 B
Makefile

# New ports collection makefile for: tcpblast
# Version required: <self contained>
# Date created: 22 August 1994
# Whom: mr
#
# $Id: Makefile,v 1.12 1998/12/01 00:54:15 asami Exp $
#
DISTNAME= tcpblast
PKGNAME= tcpblast-1.0
CATEGORIES= net benchmarks
DISTFILES= # empty
MAINTAINER= ports@FreeBSD.org
NO_CHECKSUM= "port's source files are part of this portball"
WRKSRC= ${WRKDIR}/src
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
${CP} -RP ${.CURDIR}/src ${WRKDIR}
.include <bsd.port.mk>