1 # $NetBSD: Makefile,v 1.5 2011/02/23 13:01:57 pooka Exp $ 2 # 3 4 .include <bsd.own.mk> 5 6 TESTSDIR= ${TESTSBASE}/lib/librumphijack 7 8 TESTS_SH= t_asyncio 9 TESTS_SH+= t_cwd 10 TESTS_SH+= t_tcpip 11 TESTS_SH+= t_vfs 12 TESTS_C= h_client 13 TESTS_C+= h_netget 14 TESTS_C+= h_cwd 15 16 FILES= netstat.expout index.html 17 FILESDIR= ${TESTSDIR} 18 19 # ssh test 20 FILES+= ssh_config.in 21 FILES+= ssh_host_key 22 FILES+= ssh_host_key.pub 23 FILES+= sshd_config.in 24 25 ATFFILE= yes 26 27 .include <bsd.test.mk> 28