Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/vfs zfs needs rumpkern_sysproxy



details:   https://anonhg.NetBSD.org/src/rev/73a8a0534f66
branches:  trunk
changeset: 745444:73a8a0534f66
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 02 11:09:13 2020 +0000

description:
zfs needs rumpkern_sysproxy

diffstat:

 tests/fs/vfs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cbf73057bc60 -r 73a8a0534f66 tests/fs/vfs/Makefile
--- a/tests/fs/vfs/Makefile     Mon Mar 02 09:50:12 2020 +0000
+++ b/tests/fs/vfs/Makefile     Mon Mar 02 11:09:13 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.26 2020/03/01 18:08:14 christos Exp $
+#      $NetBSD: Makefile,v 1.27 2020/03/02 11:09:13 christos Exp $
 #
 
 .include <bsd.own.mk>
@@ -45,7 +45,7 @@
 LDADD+=-lutil
 
 .if (${MKZFS} != "no")
-LDADD+=-lrumpfs_zfs -lrumpkern_solaris -lrumpdev_rnd
+LDADD+=-lrumpfs_zfs -lrumpkern_solaris -lrumpdev_rnd -lrumpkern_sysproxy
 CPPFLAGS+=-DWANT_ZFS_TESTS
 .endif
 



Home | Main Index | Thread Index | Old Index