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