From 4081601e9cc9acec54fcbc4e710f46578b0bbe96 Mon Sep 17 00:00:00 2001 From: trasz Date: Thu, 19 Apr 2007 16:21:59 +0000 Subject: - Remove workarounds for FreeBSD 4. PR: ports/111722 Submitted by: edwin Approved by: miwi (mentor) --- benchmarks/imb/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'benchmarks/imb') diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile index 5888afddf35f..d557fab81066 100644 --- a/benchmarks/imb/Makefile +++ b/benchmarks/imb/Makefile @@ -36,10 +36,6 @@ CFLAGS+= -DCHECK .include -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - .if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun) WITH_OPENMPI= yes .endif -- cgit