diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
commit | c1b39669d4c0fcf493382cfe462b10522569781e (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /net/intel-ixl-kmod | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) | |
download | ports-c1b39669d4c0fcf493382cfe462b10522569781e.tar.gz ports-c1b39669d4c0fcf493382cfe462b10522569781e.zip |
Notes
Diffstat (limited to 'net/intel-ixl-kmod')
-rw-r--r-- | net/intel-ixl-kmod/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index abc9650fc34e..b18892e4fe8c 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -31,10 +31,6 @@ PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 only. -.if ${OSVERSION} < 1001000 -IGNORE= is not supported on FreeBSD 10.0 and older -.endif - .if ${OSVERSION} >= 1100000 BROKEN= does not build .endif |