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).
11 lines
179 B
Makefile
11 lines
179 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/02/25 00:22:11 jmmv Exp $
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR= doc
|
|
.if !(${MKKYUA} != "no")
|
|
SUBDIR+= examples xml xsl
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|