diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index e9de70fd452..a376c44edd8 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2002/03/21 20:35:43 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2002/07/17 22:09:19 lebel Exp $ COMMENT= "measure the throughput of a TCP connection" PKGNAME= tcpblast-1.0 CATEGORIES= net benchmarks -NEED_VERSION= 1.515 DISTFILES= PERMIT_PACKAGE_CDROM= Yes @@ -18,6 +17,8 @@ NO_CHECKSUM= Yes WRKDIST= ${WRKDIR} +MAKE_ENV= CC="${CC}" + # Just link the contained source files into the build environment post-extract: @lndir ${.CURDIR}/src ${WRKDIR}