The branch main has been updated by eugen:

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

commit 5ee1c90e50ce8832c79aa61c8c2bbb71bd097799
Author:     Eugene Grosbein <eu...@freebsd.org>
AuthorDate: 2023-04-15 04:00:03 +0000
Commit:     Eugene Grosbein <eu...@freebsd.org>
CommitDate: 2023-04-15 04:00:03 +0000

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

diff --git a/sys/modules/tmpfs/Makefile b/sys/modules/tmpfs/Makefile
index 231c1d55fd88..de4921408805 100644
--- a/sys/modules/tmpfs/Makefile
+++ b/sys/modules/tmpfs/Makefile
@@ -4,6 +4,7 @@
 
 KMOD=  tmpfs
 SRCS=  vnode_if.h \
-       tmpfs_vnops.c tmpfs_fifoops.c tmpfs_vfsops.c tmpfs_subr.c opt_tmpfs.h
+       tmpfs_vnops.c tmpfs_fifoops.c tmpfs_vfsops.c tmpfs_subr.c \
+       opt_tmpfs.h opt_ddb.h
 
 .include <bsd.kmod.mk>

Reply via email to