repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
lib
/
librumphijack
/
Makefile
blob
3242f1dd9a2f7d262a1c913c1300c8973dfbbc34
1
# $NetBSD: Makefile,v 1.8 2012/12/02 17:36:10 pgoyette Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
lib
/
librumphijack
7
8
TESTS_SH
=
t_asyncio
9
TESTS_SH
+=
t_config
10
TESTS_SH
+=
t_cwd
11
TESTS_SH
+=
t_sh
12
TESTS_SH
+=
t_tcpip
13
TESTS_SH
+=
t_vfs
14
15
BINDIR
= ${
TESTSDIR
}
16
MKMAN
=
no
17
18
PROGS
+=
h_client
19
PROGS
+=
h_netget
20
PROGS
+=
h_cwd
21
22
FILES
=
netstat.expout index.html
23
FILESDIR
= ${
TESTSDIR
}
24
25
# ssh test
26
FILES
+=
ssh_config.in
27
FILES
+=
ssh_host_key
28
FILES
+=
ssh_host_key.pub
29
FILES
+=
sshd_config.in
30
31
.
include
<
bsd.
test
.mk
>