summaryrefslogtreecommitdiff
path: root/tests/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2020-03-01 17:06:26 +0000
committerchristos <christos@NetBSD.org>2020-03-01 17:06:26 +0000
commit25b42f259df2c4db630d58befc8a1ac49c25b376 (patch)
tree41e62f30772bf409b145a8d8de684d9bec2a73c0 /tests/dev
parentf7f170b72027f2a363416c09eec30c460b30373a (diff)
librump depends on vfs so add a dependency on for sun2.
Diffstat (limited to 'tests/dev')
-rw-r--r--tests/dev/cgd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dev/cgd/Makefile b/tests/dev/cgd/Makefile
index 0032ad3b746..8191422241a 100644
--- a/tests/dev/cgd/Makefile
+++ b/tests/dev/cgd/Makefile
@@ -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 @@ TESTS_C= t_cgd_3des t_cgd_aes t_cgd_blowfish
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