Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if This one needs librump dev (and librumpvfs) too
details: https://anonhg.NetBSD.org/src/rev/7467246db95e
branches: trunk
changeset: 346976:7467246db95e
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Aug 08 14:54:27 2016 +0000
description:
This one needs librump dev (and librumpvfs) too
diffstat:
tests/net/if/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 573f1934dcee -r 7467246db95e tests/net/if/Makefile
--- a/tests/net/if/Makefile Mon Aug 08 14:49:35 2016 +0000
+++ b/tests/net/if/Makefile Mon Aug 08 14:54:27 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/07/01 08:33:31 ozaki-r Exp $
+# $NetBSD: Makefile,v 1.6 2016/08/08 14:54:27 pgoyette Exp $
#
.include <bsd.own.mk>
@@ -14,6 +14,6 @@
BINDIR.ifconf= ${TESTSDIR}
LDADD.t_compat= -lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrump
-LDADD.t_compat+= -lrumpuser -lrump -lpthread
+LDADD.t_compat+= -lrumpuser -lrump -lpthread -lrumpdev -lrumpvfs
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index