Module Name:    src
Committed By:   riastradh
Date:           Sat Apr 22 18:55:59 UTC 2023

Modified Files:
        src/sys/rump/librump/rumpvfs: Makefile.rumpvfs

Log Message:
rumpvfs: Link in secmodel_extensions_vfs.c as intended, like kernel.

Forgot to commit this part when splitting up secmodel_extensions.c.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
diff -u src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.51 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.52
--- src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.51	Sat Apr 22 13:54:59 2023
+++ src/sys/rump/librump/rumpvfs/Makefile.rumpvfs	Sat Apr 22 18:55:59 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpvfs,v 1.51 2023/04/22 13:54:59 riastradh Exp $
+#	$NetBSD: Makefile.rumpvfs,v 1.52 2023/04/22 18:55:59 riastradh Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -12,6 +12,7 @@ MAN=	rump_etfs.3 rumpfs.4
 
 .PATH:	${RUMPTOP}/librump/rumpvfs ${RUMPTOP}/librump		\
 	${RUMPTOP}/../kern					\
+	${RUMPTOP}/../secmodel/extensions			\
 	${RUMPTOP}/../miscfs/genfs				\
 	${RUMPTOP}/../miscfs/specfs ${RUMPTOP}/../miscfs/deadfs	\
 	${RUMPTOP}/../compat/common ${RUMPTOP}/../uvm		\
@@ -42,6 +43,9 @@ SRCS+=	vfs_acl.c vfs_bio.c vfs_cache.c v
 # sys/kern module support
 SRCS+=	kern_module_vfs.c subr_kobj_vfs.c
 
+# sys/secmodel/extensions
+SRCS+=	secmodel_extensions_vfs.c
+
 # sys/uvm
 SRCS+=	uvm_vnode.c
 

Reply via email to