From 51a0d6e32d5a2e490eeac0fad45bac674cc497ca Mon Sep 17 00:00:00 2001 From: flz Date: Mon, 8 May 2006 09:43:21 +0000 Subject: - Fix bogus OSVERSION test. Reported by: Joey Mingrone --- net/ipw-firmware-kmod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/ipw-firmware-kmod/Makefile b/net/ipw-firmware-kmod/Makefile index 468f8b37f4b3..7dafc9e1769c 100644 --- a/net/ipw-firmware-kmod/Makefile +++ b/net/ipw-firmware-kmod/Makefile @@ -36,7 +36,7 @@ NO_PACKAGE= "this is a modified version of a restricted firmware" .include -.if ( ${OSVERSION} >= 700000 && ${OSVERSION} < 700014 ) +.if ${OSVERSION} < 700014 IGNORE= needs fresh ${DRIVERNAME}(4), install net/${DRIVERNAME}-firmware instead .endif -- cgit