xref: /netbsd-src/tests/Makefile (revision c8da0e5fefd3800856b306200a18b2315c7fbb9f)
1# $NetBSD: Makefile,v 1.15 2009/05/02 16:02:18 pooka Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	crypto fs games ipf kernel net rump syscall util
6
7.if ${MACHINE} != "evbppc"
8SUBDIR+= modules
9.endif
10
11TESTSDIR=	${TESTSBASE}
12
13.include <bsd.test.mk>
14.include <bsd.subdir.mk>
15