aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-14 15:26:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-14 15:26:53 +0000
commit892a54a86e25ca975f794aac936529df56ec924c (patch)
treea1546ab01eba5ce775c1c624825f2c96f234543d /net
parent3899ecdf2f5fc42f22ed36624f94e2ae1b0809f5 (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/bnxt-kmod/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/net/bnxt-kmod/Makefile b/net/bnxt-kmod/Makefile
index 9798df13330d..a0dd0108c266 100644
--- a/net/bnxt-kmod/Makefile
+++ b/net/bnxt-kmod/Makefile
@@ -43,21 +43,9 @@ do-install:
.include <bsd.port.pre.mk>
SUPPORTED= no
-.if ${OSVERSION} >= 1100122
-.if ${OSVERSION} < 1100500
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200002 && ${OSVERSION} <= 1200014
SUPPORTED= yes
.endif
-.endif
-.if ${OSVERSION} >= 1100501
-.if ${OSVERSION} < 1101000
-SUPPORTED= yes
-.endif
-.endif
-.if ${OSVERSION} >= 1200002
-.if ${OSVERSION} <= 1200014
-SUPPORTED= yes
-.endif
-.endif
.if ${SUPPORTED} == no
IGNORE= not supported on this version of FreeBSD
.endif