From 2295b97bded5a6d6126fbdeea8cc3886af8a7e0a Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 20 Aug 2004 19:59:12 +0000 Subject: Per maintainer, this is a 4.x-only driver. Also, unquote the existing IGNORE string (IGNORE strings should not be quoted). --- comms/mwavem/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile index c561942..f6fc864 100644 --- a/comms/mwavem/Makefile +++ b/comms/mwavem/Makefile @@ -104,7 +104,10 @@ pre-fetch: .endif .if ${OSVERSION} < 410000 -IGNORE= "Systems prior to 4.1 are not supported" +IGNORE= Systems prior to 4.1 are not supported +.endif +.if ${OSVERSION} >= 500000 +IGNORE= Only works with FreeBSD 4.x .endif .include -- cgit v1.1