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