git: 37f4cb29bdaf - main - imgact_binmisc: unbreak module build outside of kernel build environment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Apr 2023 10:32:48 UTC
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>