NetBSD/tests/Makefile
jmmv 0cdcf7cea6 Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to
build it.  0.6 is going to be imported in external/bsd/atf, with all the
necessary Makefiles in that same hierarchy.
2009-01-19 07:08:14 +00:00

15 lines
233 B
Makefile

# $NetBSD: Makefile,v 1.11 2009/01/19 07:08:14 jmmv Exp $
.include <bsd.own.mk>
SUBDIR= fs games net util
.if ${MACHINE} != "evbppc"
SUBDIR+= modules
.endif
TESTSDIR= ${TESTSBASE}
.include <bsd.test.mk>
.include <bsd.subdir.mk>