diff options
Diffstat (limited to 'lib/librumphijack/Makefile')
-rw-r--r-- | lib/librumphijack/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/librumphijack/Makefile b/lib/librumphijack/Makefile new file mode 100644 index 000000000000..3242f1dd9a2f --- /dev/null +++ b/lib/librumphijack/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.8 2012/12/02 17:36:10 pgoyette Exp $ +# + +.include <bsd.own.mk> + +TESTSDIR= ${TESTSBASE}/lib/librumphijack + +TESTS_SH= t_asyncio +TESTS_SH+= t_config +TESTS_SH+= t_cwd +TESTS_SH+= t_sh +TESTS_SH+= t_tcpip +TESTS_SH+= t_vfs + +BINDIR= ${TESTSDIR} +MKMAN= no + +PROGS+= h_client +PROGS+= h_netget +PROGS+= h_cwd + +FILES= netstat.expout index.html +FILESDIR= ${TESTSDIR} + +# ssh test +FILES+= ssh_config.in +FILES+= ssh_host_key +FILES+= ssh_host_key.pub +FILES+= sshd_config.in + +.include <bsd.test.mk> |