Remove building with NOCRYPTO option
[minix.git] / tests / lib / librumphijack / Makefile
blob3242f1dd9a2f7d262a1c913c1300c8973dfbbc34
1 # $NetBSD: Makefile,v 1.8 2012/12/02 17:36:10 pgoyette Exp $
4 .include <bsd.own.mk>
6 TESTSDIR= ${TESTSBASE}/lib/librumphijack
8 TESTS_SH= t_asyncio
9 TESTS_SH+= t_config
10 TESTS_SH+= t_cwd
11 TESTS_SH+= t_sh
12 TESTS_SH+= t_tcpip
13 TESTS_SH+= t_vfs
15 BINDIR= ${TESTSDIR}
16 MKMAN= no
18 PROGS+= h_client
19 PROGS+= h_netget
20 PROGS+= h_cwd
22 FILES= netstat.expout index.html
23 FILESDIR= ${TESTSDIR}
25 # ssh test
26 FILES+= ssh_config.in
27 FILES+= ssh_host_key
28 FILES+= ssh_host_key.pub
29 FILES+= sshd_config.in
31 .include <bsd.test.mk>