Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2023 10:32:48 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 37f4cb29bdaf - main - imgact_binmisc: unbreak module build outside of kernel build environment
Message-ID:  <202304111032.33BAWmKG035114@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eugen:

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

commit 37f4cb29bdafa33ec46f505fb5b769bafddcac74
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2023-04-11 10:31:34 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2023-04-11 10:32:29 +0000

    imgact_binmisc: unbreak module build outside of kernel build environment
    
    MFC after:      3 days
---
 sys/modules/imgact_binmisc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/imgact_binmisc/Makefile b/sys/modules/imgact_binmisc/Makefile
index 6d8f64530db3..e7b7155258cb 100644
--- a/sys/modules/imgact_binmisc/Makefile
+++ b/sys/modules/imgact_binmisc/Makefile
@@ -3,6 +3,6 @@
 .PATH: ${SRCTOP}/sys/kern
 
 KMOD=	imgact_binmisc
-SRCS=	imgact_binmisc.c
+SRCS=	vnode_if.h imgact_binmisc.c
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304111032.33BAWmKG035114>