1# $NetBSD: Makefile,v 1.6 2010/03/30 01:02:47 pooka Exp $ 2 3.include <bsd.own.mk> 4 5TESTSDIR= ${TESTSBASE}/fs 6 7SUBDIR+= ffs nullfs puffs tmpfs union 8 9FILES= h_funcs.subr 10FILESDIR= ${TESTSDIR} 11 12.include <bsd.test.mk> 13.include <bsd.subdir.mk> 14