Module Name:    src
Committed By:   christos
Date:           Thu Oct  6 20:14:11 UTC 2016

Modified Files:
        src/tests/lib/librumpclient: Makefile

Log Message:
revert, fixing the real cause.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/librumpclient/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/lib/librumpclient/Makefile
diff -u src/tests/lib/librumpclient/Makefile:1.8 src/tests/lib/librumpclient/Makefile:1.9
--- src/tests/lib/librumpclient/Makefile:1.8	Thu Oct  6 15:52:36 2016
+++ src/tests/lib/librumpclient/Makefile	Thu Oct  6 16:14:11 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2016/10/06 19:52:36 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2016/10/06 20:14:11 christos Exp $
 #
 
 .include <bsd.own.mk>
@@ -19,8 +19,6 @@ CPPFLAGS+=	-D_KERNTYPES
 LDADD+= -lrumpclient
 LDADD+= -lrumpdev
 LDADD+= -lrumpvfs
-LDADD+= -lrump
-LDADD+= -lrumpuser
-LDADD+= -lpthread
+LDADD.h_execthr= -lpthread
 
 .include <bsd.test.mk>

Reply via email to