From 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 4 Oct 2007 02:10:52 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- net/hawknl/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'net/hawknl/Makefile') diff --git a/net/hawknl/Makefile b/net/hawknl/Makefile index 0d8160a0b88b..dd94069bddd2 100644 --- a/net/hawknl/Makefile +++ b/net/hawknl/Makefile @@ -35,10 +35,6 @@ OPTIONS= OPTIMIZATION "Enable optimization" off CFLAGS+= -fPIC -DPIC .endif -.if ${OSVERSION} < 500000 -BROKEN= Doesn't build on < 5.x -.endif - .if defined(WITH_OPTIMIZATION) CFLAGS+= -funroll-all-loops -ffast-math -fomit-frame-pointer -D_GNU_SOURCE -D_REENTRANT .endif -- cgit v1.2.3