aboutsummaryrefslogtreecommitdiff
path: root/net/ipw-firmware-kmod
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-04-18 09:36:02 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-04-18 09:36:02 +0000
commitc8e11b837bd60d1c30f043a623a6191a60ae8fe1 (patch)
treedd81ec19c6e1ffda68409c0f9cb2e3d249050435 /net/ipw-firmware-kmod
parent482460e1a827545609b7e805fef746685cc9f7ce (diff)
downloadports-c8e11b837bd60d1c30f043a623a6191a60ae8fe1.tar.gz
ports-c8e11b837bd60d1c30f043a623a6191a60ae8fe1.zip
- Fix bogus conditional...
Notes
Notes: svn path=/head/; revision=159856
Diffstat (limited to 'net/ipw-firmware-kmod')
-rw-r--r--net/ipw-firmware-kmod/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipw-firmware-kmod/Makefile b/net/ipw-firmware-kmod/Makefile
index 7c31d460a17d..89a8937192c0 100644
--- a/net/ipw-firmware-kmod/Makefile
+++ b/net/ipw-firmware-kmod/Makefile
@@ -36,8 +36,7 @@ NO_PACKAGE= "this is a modified version of a restricted firmware"
.include <bsd.port.pre.mk>
-.if ( ${OSVERSION} >= 700000 && ${OSVERSION} < 700014 ) || \
- !defined(TESTING)
+.if ( ${OSVERSION} >= 700000 && ${OSVERSION} < 700014 )
IGNORE= needs fresh ${DRIVERNAME}(4)
.endif