1#	$NetBSD: Makefile,v 1.3 2011/02/16 16:02:52 pooka Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR=	${TESTSBASE}/lib/librumpclient
7
8TESTS_C=	t_fd
9TESTS_C+=	h_exec
10TESTS_C+=	h_execthr
11
12TESTS_SH=	t_exec
13
14ATFFILE=	yes
15
16LDADD+= -lrumpclient
17LDADD.h_execthr= -lpthread
18
19.include <bsd.test.mk>
20