blob: 3242f1dd9a2f7d262a1c913c1300c8973dfbbc34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>
|