From a5e3ca70099fcf7a5f97bb71a0ef1a65a5305c0c Mon Sep 17 00:00:00 2001 From: lebel Date: Wed, 17 Jul 2002 22:09:19 +0000 Subject: [PATCH] respect ${CC} --- benchmarks/tcpblast/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}