diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
commit | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch) | |
tree | 662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/hawknl | |
parent | Remove always-false/true conditions based on OSVERSION 500000 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200777
Diffstat (limited to 'net/hawknl')
-rw-r--r-- | net/hawknl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |