2010-12-09 02:56:01 +03:00
|
|
|
# $NetBSD: Makefile,v 1.25 2010/12/08 23:56:02 njoly Exp $
|
2007-11-12 18:06:45 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-12-09 02:56:01 +03:00
|
|
|
.if ${MKATF} != "no"
|
|
|
|
|
2010-07-14 01:13:21 +04:00
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
|
|
ATFFILE= yes
|
|
|
|
|
2010-12-09 02:56:01 +03:00
|
|
|
SUBDIR= crypto dev fs games include ipf kernel lib libexec net
|
|
|
|
SUBDIR+= rump sbin sys syscall util
|
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
|
|
|
|
|
2010-12-09 02:56:01 +03:00
|
|
|
.include <bsd.test.mk>
|
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.subdir.mk>
|