1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.2 2010/07/06 16:44:26 pooka Exp $ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel SambucTESTSDIR= ${TESTSBASE}/fs/psshfs 4*11be35a1SLionel Sambuc 5*11be35a1SLionel SambucPROGS= h_have_puffs 6*11be35a1SLionel SambucSRCS.h_have_puffs= h_have_puffs.c 7*11be35a1SLionel SambucMAN.h_have_puffs= # empty 8*11be35a1SLionel SambucBINDIR.h_have_puffs= ${TESTSDIR} 9*11be35a1SLionel Sambuc 10*11be35a1SLionel SambucTESTS_SH= t_psshfs 11*11be35a1SLionel Sambuc 12*11be35a1SLionel SambucFILESDIR= ${TESTSDIR} 13*11be35a1SLionel SambucFILES= ssh_config.in 14*11be35a1SLionel SambucFILES+= ssh_host_key 15*11be35a1SLionel SambucFILES+= ssh_host_key.pub 16*11be35a1SLionel SambucFILES+= sshd_config.in 17*11be35a1SLionel Sambuc 18*11be35a1SLionel Sambuc.include <bsd.test.mk> 19