aboutsummaryrefslogtreecommitdiff
path: root/lib/librumpclient/Makefile
blob: b43cbca1ac39912570e837cb77ad872b8ad5d1bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile,v 1.5 2012/12/02 17:36:10 pgoyette Exp $
#

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/lib/librumpclient

TESTS_C=	t_fd

TESTS_SH=	t_exec

BINDIR=		${TESTSDIR}
MKMAN=		no

PROGS+=		h_exec
PROGS+=		h_execthr

LDADD+= -lrumpclient
LDADD.h_execthr= -lpthread

.include <bsd.test.mk>