Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/nfs/nfsservice one more MKZFS fix (how many subdirs...
details: https://anonhg.NetBSD.org/src/rev/d76e69af68ea
branches: trunk
changeset: 335471:d76e69af68ea
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Jan 08 04:00:31 2015 +0000
description:
one more MKZFS fix (how many subdirs does this place have?)
diffstat:
tests/fs/nfs/nfsservice/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a0b9c65438af -r d76e69af68ea tests/fs/nfs/nfsservice/Makefile
--- a/tests/fs/nfs/nfsservice/Makefile Thu Jan 08 03:56:33 2015 +0000
+++ b/tests/fs/nfs/nfsservice/Makefile Thu Jan 08 04:00:31 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/03/06 13:35:22 christos Exp $
+# $NetBSD: Makefile,v 1.8 2015/01/08 04:00:31 pooka Exp $
#
NOMAN= 1
@@ -23,7 +23,7 @@
LDADD+= -lrumpfs_ffs -lrumpvfs # FFS
LDADD+= -lrumpnet_netinet -lrumpnet_net -lrumpnet_local # TCP/IP
LDADD+= -lrumpnet_shmif # shmif
-LDADD+= -lrumpnet -lrump -lrumpuser # base
+LDADD+= -lrumpnet -lrumpkern_sysproxy -lrump -lrumpuser # base
LDADD+= -lpthread -lutil
CPPFLAGS+= -DDEBUG -DMOUNT_NOMAIN -D_REENTRANT
Home |
Main Index |
Thread Index |
Old Index