1# $NetBSD: Makefile,v 1.8 2012/12/02 17:36:10 pgoyette Exp $ 2# 3 4.include <bsd.own.mk> 5 6TESTSDIR= ${TESTSBASE}/lib/librumphijack 7 8TESTS_SH= t_asyncio 9TESTS_SH+= t_config 10TESTS_SH+= t_cwd 11TESTS_SH+= t_sh 12TESTS_SH+= t_tcpip 13TESTS_SH+= t_vfs 14 15BINDIR= ${TESTSDIR} 16MKMAN= no 17 18PROGS+= h_client 19PROGS+= h_netget 20PROGS+= h_cwd 21 22FILES= netstat.expout index.html 23FILESDIR= ${TESTSDIR} 24 25# ssh test 26FILES+= ssh_config.in 27FILES+= ssh_host_key 28FILES+= ssh_host_key.pub 29FILES+= sshd_config.in 30 31.include <bsd.test.mk> 32