Home | History | Annotate | Line # | Download | only in puffs
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2007/12/26 20:50:06 jmmv Exp $
      2 
      3 TESTSDIR=	${TESTSBASE}/fs/puffs
      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 .include <bsd.test.mk>
     13