Klassischer Fix für MK_SOURCELESS_UCODE-Ignoranz commit f1d44a6dfc429f00608e182a5956f55943e3855f Author: Fabian Keil Date: Wed Apr 19 19:49:20 2017 +0200 sys/modules: Don't (try to) build qlnx if the user objects to binary blobs PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222277 PR submission date: 2017-09-12 Upstream commit in HEAD: r323539/7ffb543fb31 Obtained from: ElectroBSD diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 7434bd8d152f..5619dd83135e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -711,8 +711,8 @@ _qlxge= qlxge _qlxgb= qlxgb .if ${MK_SOURCELESS_UCODE} != "no" _qlxgbe= qlxgbe -.endif _qlnx= qlnx +.endif _sfxge= sfxge .if ${MK_BHYVE} != "no" || defined(ALL_MODULES)