Don't descend into atf with (${MKATF} == no)
This commit is contained in:
parent
e2e3c64b70
commit
f8eb853c86
@ -1,8 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.8 2008/02/10 12:40:41 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2008/08/16 23:51:51 gmcgarry Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= atf fs games modules net util
|
||||
SUBDIR= fs games modules net util
|
||||
|
||||
.if ${MKATF} != "no"
|
||||
SUBDIR+= atf
|
||||
.endif
|
||||
|
||||
TESTSDIR= ${TESTSBASE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user