Source-Changes-HG archive

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

[src/trunk]: src/tests/dev/cgd librump depends on vfs so add a dependency on ...



details:   https://anonhg.NetBSD.org/src/rev/46a3d3da9952
branches:  trunk
changeset: 745417:46a3d3da9952
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 01 17:06:26 2020 +0000

description:
librump depends on vfs so add a dependency on for sun2.

diffstat:

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

diffs (18 lines):

diff -r b7b17a96b14a -r 46a3d3da9952 tests/dev/cgd/Makefile
--- a/tests/dev/cgd/Makefile    Sun Mar 01 16:38:59 2020 +0000
+++ b/tests/dev/cgd/Makefile    Sun Mar 01 17:06:26 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2017/05/21 15:28:42 riastradh Exp $
+#      $NetBSD: Makefile,v 1.9 2020/03/01 17:06:26 christos Exp $
 #
 
 .include <bsd.own.mk>
@@ -15,7 +15,7 @@
 WARNS= 4
 CPPFLAGS+=     -D_KERNTYPES
 LDADD+=        -lrumpdev -lrumpdev_disk -lrumpdev_cgd -lrumpkern_crypto -lrumpvfs
-LDADD+=        -lrump
+LDADD+=        -lrump -lrumpvfs
 LDADD+=        -lrumpuser
 LDADD+=        -lrump -lutil
 LDADD+=        -lpthread



Home | Main Index | Thread Index | Old Index