8c23905fbe
MKKYUA!=no. The newly imported kyua-atf-compat module provides a backwards-compatibility implementation of atf-report and atf-run based on kyua(1).
10 lines
152 B
Makefile
10 lines
152 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/02/25 00:22:10 jmmv Exp $
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.if !(${MKKYUA} != "no")
|
|
SUBDIR= atf
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|