2010-08-04 17:15:15 +04:00
|
|
|
# $NetBSD: Makefile,v 1.23 2010/08/04 13:15:15 pooka Exp $
|
2007-11-12 18:06:45 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-07-14 01:13:21 +04:00
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
|
|
ATFFILE= yes
|
|
|
|
|
2009-12-15 06:01:48 +03:00
|
|
|
SUBDIR= crypto games ipf util
|
|
|
|
|
|
|
|
.if ${MKATF} != "no"
|
2010-08-04 17:15:15 +04:00
|
|
|
SUBDIR+= dev fs include kernel lib libexec net rump sys syscall
|
2008-12-08 15:39:04 +03:00
|
|
|
|
2009-12-15 06:01:48 +03:00
|
|
|
. if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
|
2008-12-08 15:39:04 +03:00
|
|
|
SUBDIR+= modules
|
2009-12-15 06:01:48 +03:00
|
|
|
. endif
|
|
|
|
|
2008-12-08 15:39:04 +03:00
|
|
|
.endif
|
2008-08-17 03:51:51 +04:00
|
|
|
|
2007-11-12 18:06:45 +03:00
|
|
|
.include <bsd.test.mk>
|
|
|
|
.include <bsd.subdir.mk>
|