Don't descend into atf with (${MKATF} == no)

This commit is contained in:
gmcgarry 2008-08-16 23:51:51 +00:00
parent e2e3c64b70
commit f8eb853c86

View File

@ -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}