git: a402e63f4c67 - stable/13 - imgact_binmisc: MFC: unbreak module build outside of kernel build environment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Apr 2023 04:43:44 UTC
The branch stable/13 has been updated by eugen:
URL: https://cgit.FreeBSD.org/src/commit/?id=a402e63f4c677325b63bd7c4bf7cc905d83b762f
commit a402e63f4c677325b63bd7c4bf7cc905d83b762f
Author: Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2023-04-11 10:31:34 +0000
Commit: Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2023-04-14 04:43:20 +0000
imgact_binmisc: MFC: unbreak module build outside of kernel build environment
(cherry picked from commit 37f4cb29bdafa33ec46f505fb5b769bafddcac74)
---
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>