Home | History | Annotate | Line # | Download | only in fs
Makefile revision 1.13
      1  1.13  pooka # $NetBSD: Makefile,v 1.13 2010/07/06 14:06:21 pooka Exp $
      2   1.1   jmmv 
      3   1.1   jmmv .include <bsd.own.mk>
      4   1.1   jmmv 
      5   1.2   jmmv TESTSDIR=	${TESTSBASE}/fs
      6   1.2   jmmv 
      7  1.13  pooka SUBDIR+=	ffs kernfs lfs msdosfs nullfs psshfs ptyfs tmpfs umapfs union
      8  1.12  njoly SUBDIR+=	vfs
      9   1.1   jmmv 
     10   1.1   jmmv FILES= h_funcs.subr
     11   1.1   jmmv FILESDIR= ${TESTSDIR}
     12   1.1   jmmv 
     13   1.1   jmmv .include <bsd.test.mk>
     14   1.1   jmmv .include <bsd.subdir.mk>
     15