From 0091cace28a859ca4fe1d0c68c5c830356f288d6 Mon Sep 17 00:00:00 2001 From: sbruno Date: Wed, 13 Sep 2017 15:17:35 +0000 Subject: [PATCH] Don't (try to) build lio(4) if the SOURCELESS_UCODE is set. Submitted by: Fabien Keil --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 43d3bd9308c9..3b607c7a647b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -711,7 +711,9 @@ _ixl= ixl _ixlv= ixlv _linux64= linux64 _linux_common= linux_common +.if ${MK_SOURCELESS_UCODE} != "no" _lio= lio +.endif _ntb= ntb _pms= pms _qlxge= qlxge