Home | History | Annotate | Line # | Download | only in librumpclient
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2011/03/08 12:40:25 pooka Exp $
      2 #
      3 
      4 .include <bsd.own.mk>
      5 
      6 TESTSDIR=	${TESTSBASE}/lib/librumpclient
      7 
      8 TESTS_C=	t_fd
      9 TESTS_C+=	h_exec
     10 TESTS_C+=	h_execthr
     11 
     12 TESTS_SH=	t_exec
     13 
     14 ATFFILE=	yes
     15 
     16 LDADD+= -lrumpclient
     17 LDADD.h_execthr= -lpthread
     18 
     19 .include <bsd.test.mk>
     20