blob: 2f412ac103d8370e49752fda246430c3d87e92d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.20 2010/03/15 19:03:08 jmmv Exp $
.include <bsd.own.mk>
SUBDIR= crypto games ipf util
.if ${MKATF} != "no"
SUBDIR+= fs net kernel lib libexec rump sys syscall
. if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
SUBDIR+= modules
. endif
.endif
TESTSDIR= ${TESTSBASE}
.include <bsd.test.mk>
.include <bsd.subdir.mk>
|