2011-11-12 05:19:25 +04:00
|
|
|
# $NetBSD: Makefile,v 1.34 2011/11/12 01:19:25 jmmv 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
|
|
|
|
|
2011-11-12 05:19:25 +04:00
|
|
|
SUBDIR= dev examples fs games include ipf kernel lib libexec net
|
2011-07-07 11:31:29 +04:00
|
|
|
SUBDIR+= rump sbin sys toolchain usr.bin usr.sbin util
|
2008-12-08 15:39:04 +03:00
|
|
|
|
2011-06-16 03:45:45 +04:00
|
|
|
. if ${MKKMOD} != "no"
|
2008-12-08 15:39:04 +03:00
|
|
|
SUBDIR+= modules
|
2009-12-15 06:01:48 +03:00
|
|
|
. endif
|
|
|
|
|
2011-09-21 06:14:38 +04:00
|
|
|
. if ${MKCRYPTO} != "no"
|
|
|
|
SUBDIR+= crypto
|
|
|
|
. endif
|
|
|
|
|
2010-12-09 02:56:01 +03:00
|
|
|
.include <bsd.test.mk>
|
2011-01-07 04:07:31 +03:00
|
|
|
|
|
|
|
.else
|
2008-08-17 03:51:51 +04:00
|
|
|
|
2007-11-12 18:06:45 +03:00
|
|
|
.include <bsd.subdir.mk>
|
2011-01-07 04:07:31 +03:00
|
|
|
.endif
|