diff options
| author | christos <christos@NetBSD.org> | 2020-03-01 18:08:12 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-03-01 18:08:12 +0000 |
| commit | 2dd7b844e8e1cfbacae837a24361d8bdb81443d6 (patch) | |
| tree | 5d7ef7fcd6315fcbe3cd2b1f4e93e2ac424ae945 /tests/include | |
| parent | 25b42f259df2c4db630d58befc8a1ac49c25b376 (diff) | |
Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/include/sys/Makefile b/tests/include/sys/Makefile index 916679b1597..6456dfb01fa 100644 --- a/tests/include/sys/Makefile +++ b/tests/include/sys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/05/13 17:55:08 bad Exp $ +# $NetBSD: Makefile,v 1.15 2020/03/01 18:08:15 christos Exp $ NOMAN= # defined @@ -21,7 +21,7 @@ LDADD.t_bitops+= -lm TESTS_C+= t_socket CPPFLAGS.t_socket.c+= -D_KERNTYPES LDADD.t_socket+= -lrumpnet_local -lrumpnet_net -lrumpnet -LDADD.t_socket+= -lrumpvfs -lrump -lrumpuser -lpthread +LDADD.t_socket+= ${LIBRUMPBASE} .endif .include <bsd.test.mk> |
