blob: 94f84f46f92b27ea2322bac611a8fd6347501f27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.2 2010/07/06 16:44:26 pooka Exp $
TESTSDIR= ${TESTSBASE}/fs/psshfs
PROGS= h_have_puffs
SRCS.h_have_puffs= h_have_puffs.c
MAN.h_have_puffs= # empty
BINDIR.h_have_puffs= ${TESTSDIR}
TESTS_SH= t_psshfs
FILESDIR= ${TESTSDIR}
FILES= ssh_config.in
FILES+= ssh_host_key
FILES+= ssh_host_key.pub
FILES+= sshd_config.in
.include <bsd.test.mk>
|