Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if_tap Link librumpclient explicitly. Fix sun2, i....
details: https://anonhg.NetBSD.org/src/rev/9d63f610e6e4
branches: trunk
changeset: 976710:9d63f610e6e4
user: rin <rin%NetBSD.org@localhost>
date: Thu Oct 01 13:49:18 2020 +0000
description:
Link librumpclient explicitly. Fix sun2, i.e., MKPIC=no build.
diffstat:
tests/net/if_tap/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 365c9b1ca3dd -r 9d63f610e6e4 tests/net/if_tap/Makefile
--- a/tests/net/if_tap/Makefile Thu Oct 01 08:27:20 2020 +0000
+++ b/tests/net/if_tap/Makefile Thu Oct 01 13:49:18 2020 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2020/09/30 17:14:11 roy Exp $
+# $NetBSD: Makefile,v 1.6 2020/10/01 13:49:18 rin Exp $
#
.include <bsd.own.mk>
PROG= rump_open_tap
MAN= # empty
-DPADD= ${LIBRUMPRES}
-LDADD= -lrumpres
+DPADD= ${LIBRUMPRES} ${LIBRUMPCLIENT}
+LDADD= -lrumpres -lrumpclient
BINDIR.rump_open_tap= ${TESTSDIR}
TESTSDIR= ${TESTSBASE}/net/if_tap
Home |
Main Index |
Thread Index |
Old Index