1 # $NetBSD: Makefile,v 1.2 2010/07/06 16:44:26 pooka Exp $ 2 3 TESTSDIR= ${TESTSBASE}/fs/psshfs 4 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} 9 10 TESTS_SH= t_psshfs 11 12 FILESDIR= ${TESTSDIR} 13 FILES= ssh_config.in 14 FILES+= ssh_host_key 15 FILES+= ssh_host_key.pub 16 FILES+= sshd_config.in 17 18 .include <bsd.test.mk> 19