From c9b0e303298fafc6398d009d1cfd3f1e9827fc88 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 6 Jun 2015 16:45:59 +0000 Subject: [PATCH] ix module doesn't compile on i386, so remove it from the build. It can be restored when it builds again. --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 7091c3ce0a24..9545125e8628 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -512,7 +512,6 @@ _io= io .if ${MK_OFED} != "no" || defined(ALL_MODULES) _ipoib= ipoib .endif -_ix= ix _ixv= ixv _linprocfs= linprocfs _linsysfs= linsysfs @@ -619,6 +618,7 @@ _x86bios= x86bios .endif .if ${MACHINE_CPUARCH} == "amd64" +_ix= ix _ixl= ixl _ixlv= ixlv _linux64= linux64