aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-04-18 17:36:02 +0800
committerflz <flz@FreeBSD.org>2006-04-18 17:36:02 +0800
commitcf7fab558bd8da542b09e1d7d304c03f585dc10d (patch)
tree0882e496745e50ddf4f4ed936ef498cc85d02d90 /net
parent4229af3e051ce8e524243e3e9032a06978299e81 (diff)
downloadfreebsd-ports-gnome-cf7fab558bd8da542b09e1d7d304c03f585dc10d.tar.gz
freebsd-ports-gnome-cf7fab558bd8da542b09e1d7d304c03f585dc10d.tar.zst
freebsd-ports-gnome-cf7fab558bd8da542b09e1d7d304c03f585dc10d.zip
- Fix bogus conditional...
Diffstat (limited to 'net')
-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