Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/nfs fix MKZFS=yes ports



details:   https://anonhg.NetBSD.org/src/rev/45c8d3d12b7a
branches:  trunk
changeset: 335469:45c8d3d12b7a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jan 08 03:50:56 2015 +0000

description:
fix MKZFS=yes ports

diffstat:

 tests/fs/nfs/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 054942b9aa35 -r 45c8d3d12b7a tests/fs/nfs/Makefile
--- a/tests/fs/nfs/Makefile     Thu Jan 08 03:47:32 2015 +0000
+++ b/tests/fs/nfs/Makefile     Thu Jan 08 03:50:56 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2014/06/10 04:28:39 he Exp $
+#      $NetBSD: Makefile,v 1.10 2015/01/08 03:50:56 pooka Exp $
 #
 
 .include <bsd.own.mk>
@@ -22,7 +22,8 @@
 LDADD+=-lrumpdev_disk -lrumpdev                                 # disk device
 LDADD+=-lrumpnet_shmif                                                 # shmif
 LDADD+=-lrumpnet_netinet -lrumpnet_net -lrumpnet
-LDADD+=-lrump -lrumpuser -lrump -lpthread                      # base
+LDADD+=-lrumpkern_sysproxy -lrump -lrumpuser                   # base
+LDADD+=-lpthread
 
 LDADD+=-lutil
 



Home | Main Index | Thread Index | Old Index