Module Name:    src
Committed By:   christos
Date:           Sat Aug 27 08:38:58 UTC 2016

Modified Files:
        src/tests/fs/vfs: Makefile

Log Message:
Fix static linking.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/tests/fs/vfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/vfs/Makefile
diff -u src/tests/fs/vfs/Makefile:1.21 src/tests/fs/vfs/Makefile:1.22
--- src/tests/fs/vfs/Makefile:1.21	Sat Aug 13 07:21:06 2016
+++ src/tests/fs/vfs/Makefile	Sat Aug 27 04:38:58 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.21 2016/08/13 11:21:06 christos Exp $
+#	$NetBSD: Makefile,v 1.22 2016/08/27 08:38:58 christos Exp $
 #
 
 .include <bsd.own.mk>
@@ -36,6 +36,7 @@ VFSTESTDIR != cd ${.CURDIR}/../common &&
 LDADD+=-L${VFSTESTDIR} -lvfstest
 
 LDADD+=-lrumpvfs -lrumpkern_sysproxy -lrump -lrumpuser		# base
+LDADD+=-lrumpnet						# static linking
 LDADD+=-lpthread
 
 LDADD+=-lutil

Reply via email to