From d3d07911e64b3a08e0abd8af6742707e95b9ef1c Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 13 Nov 2017 21:41:37 +0100 Subject: [PATCH 202/325] i386: Don't try to build 3dfx as it gets removed by strip-freebsd.sh Obtained from: ElectroBSD --- sys/modules/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 4942c706e93c..b8aa8e1879d0 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -787,8 +787,10 @@ _vmm= vmm .if ${MACHINE_CPUARCH} == "i386" # XXX some of these can move to the general case when de-i386'ed # XXX some of these can move now, but are untested on other architectures. -_3dfx= 3dfx -_3dfx_linux= 3dfx_linux +# +# license unclear +#_3dfx= 3dfx +#_3dfx_linux= 3dfx_linux _aic= aic _apm= apm .if ${MK_SOURCELESS_UCODE} != "no" -- 2.32.0