etc/protocols - sync with NetBSD-8
[minix.git] / tests / fs / psshfs / Makefile
blob94f84f46f92b27ea2322bac611a8fd6347501f27
1 # $NetBSD: Makefile,v 1.2 2010/07/06 16:44:26 pooka Exp $
3 TESTSDIR= ${TESTSBASE}/fs/psshfs
5 PROGS= h_have_puffs
6 SRCS.h_have_puffs= h_have_puffs.c
7 MAN.h_have_puffs= # empty
8 BINDIR.h_have_puffs= ${TESTSDIR}
10 TESTS_SH= t_psshfs
12 FILESDIR= ${TESTSDIR}
13 FILES= ssh_config.in
14 FILES+= ssh_host_key
15 FILES+= ssh_host_key.pub
16 FILES+= sshd_config.in
18 .include <bsd.test.mk>