Makefile revision 1.14
1# $NetBSD: Makefile,v 1.14 2009/02/20 21:39:57 jmmv Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	crypto fs games ipf kernel net util syscall
6
7.if ${MACHINE} != "evbppc"
8SUBDIR+= modules
9.endif
10
11TESTSDIR=	${TESTSBASE}
12
13.include <bsd.test.mk>
14.include <bsd.subdir.mk>
15