From ab0c98d0eda0cd47153409248b05043fbac86a00 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 13 Nov 2017 21:41:37 +0100 Subject: [PATCH 182/310] i386: Don't try to build 3dfx as it gets removed by strip-freebsd.sh (XXX: _aic and _apm) Obtained from: ElectroBSD --- sys/modules/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a8dffd45cb4f..ffd0cf9b0427 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -810,8 +810,12 @@ _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_HOST} != "no" _ce= ce .endif -- 2.37.1