Remove building with NOCRYPTO option
[minix3.git] / tests / rump / rumpkern / h_client / Makefile
blobbbd8fe75c14b5eb6b9ec698d25ff11eddfd38138
1 # $NetBSD: Makefile,v 1.5 2011/01/24 17:51:29 pooka Exp $
4 .include <bsd.own.mk>
6 TESTSDIR= ${TESTSBASE}/rump/rumpkern/h_client
8 TESTS_C+= h_forkcli
9 TESTS_C+= h_reconcli
10 TESTS_C+= h_sigcli
11 TESTS_C+= h_simplecli
12 TESTS_C+= h_stresscli
14 ATFFILE= no
16 LDADD+= -lrumpclient
17 LDADD.h_stresscli= -lpthread
18 LDADD.h_reconcli= -lpthread
20 WARNS= 4
21 NOMAN=
23 .include <bsd.test.mk>