Remove building with NOCRYPTO option
[minix3.git] / tests / lib / librumpclient / Makefile
blobb43cbca1ac39912570e837cb77ad872b8ad5d1bc
1 # $NetBSD: Makefile,v 1.5 2012/12/02 17:36:10 pgoyette Exp $
4 .include <bsd.own.mk>
6 TESTSDIR= ${TESTSBASE}/lib/librumpclient
8 TESTS_C= t_fd
10 TESTS_SH= t_exec
12 BINDIR= ${TESTSDIR}
13 MKMAN= no
15 PROGS+= h_exec
16 PROGS+= h_execthr
18 LDADD+= -lrumpclient
19 LDADD.h_execthr= -lpthread
21 .include <bsd.test.mk>