Source-Changes-HG archive

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

[src/trunk]: src/tests/net/bpfjit This now needs librumpdev and librumpvfs to...



details:   https://anonhg.NetBSD.org/src/rev/1115b7977033
branches:  trunk
changeset: 346978:1115b7977033
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Aug 08 15:01:59 2016 +0000

description:
This now needs librumpdev and librumpvfs to work.

diffstat:

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

diffs (17 lines):

diff -r 2f523500b8e4 -r 1115b7977033 tests/net/bpfjit/Makefile
--- a/tests/net/bpfjit/Makefile Mon Aug 08 14:58:40 2016 +0000
+++ b/tests/net/bpfjit/Makefile Mon Aug 08 15:01:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/05/24 10:16:34 hannken Exp $
+# $NetBSD: Makefile,v 1.6 2016/08/08 15:01:59 pgoyette Exp $
 #
 
 .include <bsd.own.mk>
@@ -14,6 +14,6 @@
 
 LDADD+=                -lrumpnet_bpfjit -lrumpkern_sljit
 LDADD+=                -lrumpdev_bpf -lrumpnet_net -lrumpnet
-LDADD+=                -lrump -lrumpuser -lpthread
+LDADD+=                -lrump -lrumpuser -lpthread -lrumpdev -lrumpvfs
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index