git: ead01bfe8618 - main - Move cp(4) module enable to SOURCELESS_HOST

Ed Maste emaste at FreeBSD.org
Tue Dec 29 00:37:19 UTC 2020


The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=ead01bfe8618e879b3b23c6cf9f026eadcc7d2b3

commit ead01bfe8618e879b3b23c6cf9f026eadcc7d2b3
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2020-12-29 00:36:13 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2020-12-29 00:36:51 +0000

    Move cp(4) module enable to SOURCELESS_HOST
    
    cp contains obfuscated code that runs on the host's processor
---
 sys/modules/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index e26e074e09d7..2a294aa68462 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -757,7 +757,7 @@ _3dfx_linux=	3dfx_linux
 .if ${MK_SOURCELESS_HOST} != "no"
 _ce=		ce
 .endif
-.if ${MK_SOURCELESS_UCODE} != "no"
+.if ${MK_SOURCELESS_HOST} != "no"
 _cp=		cp
 .endif
 _glxiic=	glxiic


More information about the dev-commits-src-all mailing list