NetBSD/external/bsd/atf/share/Makefile
jmmv 8c23905fbe Do not install atf-config, atf-report, atf-run nor atf-version when
MKKYUA!=no.  The newly imported kyua-atf-compat module provides a
backwards-compatibility implementation of atf-report and atf-run
based on kyua(1).
2013-02-25 00:22:10 +00:00

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>