From 1bb9ba60b3bbb219aedc3e6df650829f78b60f30 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 26 Sep 2015 20:49:09 +0200 Subject: [PATCH 3/3] sys/modules: Don't (try to) build otusfw if the user objects to binary blobs The modules contains source-less and non-free microcode: sys/contrib/dev/otus/ Obtained from: ElectroBSD --- sys/modules/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index d14536b..8c83170 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -269,7 +269,7 @@ SUBDIR= \ ${_nxge} \ oce \ otus \ - otusfw \ + ${_otusfw} \ ow \ ${_padlock} \ ${_padlock_rng} \ @@ -472,6 +472,7 @@ _bce= bce _fxp= fxp _ispfw= ispfw _mwlfw= mwlfw +_otusfw= otusfw _ralfw= ralfw _sf= sf _ti= ti -- 2.6.3