Thu Oct 6 20:14:11 2016 UTC ()
revert, fixing the real cause.


(christos)
diff -r1.8 -r1.9 src/tests/lib/librumpclient/Makefile

cvs diff -r1.8 -r1.9 src/tests/lib/librumpclient/Makefile (expand / switch to unified diff)

--- src/tests/lib/librumpclient/Makefile 2016/10/06 19:52:36 1.8
+++ src/tests/lib/librumpclient/Makefile 2016/10/06 20:14:11 1.9
@@ -1,26 +1,24 @@ @@ -1,26 +1,24 @@
1# $NetBSD: Makefile,v 1.8 2016/10/06 19:52:36 christos Exp $ 1# $NetBSD: Makefile,v 1.9 2016/10/06 20:14:11 christos Exp $
2# 2#
3 3
4.include <bsd.own.mk> 4.include <bsd.own.mk>
5 5
6TESTSDIR= ${TESTSBASE}/lib/librumpclient 6TESTSDIR= ${TESTSBASE}/lib/librumpclient
7 7
8TESTS_C= t_fd 8TESTS_C= t_fd
9 9
10TESTS_SH= t_exec 10TESTS_SH= t_exec
11 11
12BINDIR= ${TESTSDIR} 12BINDIR= ${TESTSDIR}
13MKMAN= no 13MKMAN= no
14 14
15PROGS+= h_exec 15PROGS+= h_exec
16PROGS+= h_execthr 16PROGS+= h_execthr
17CPPFLAGS+= -D_KERNTYPES 17CPPFLAGS+= -D_KERNTYPES
18 18
19LDADD+= -lrumpclient 19LDADD+= -lrumpclient
20LDADD+= -lrumpdev 20LDADD+= -lrumpdev
21LDADD+= -lrumpvfs 21LDADD+= -lrumpvfs
22LDADD+= -lrump 22LDADD.h_execthr= -lpthread
23LDADD+= -lrumpuser 
24LDADD+= -lpthread 
25 23
26.include <bsd.test.mk> 24.include <bsd.test.mk>