xref: /netbsd-src/external/bsd/atf/share/Makefile (revision 8c23905fbe7e969d649e2562b7defe3dd4ae1515)
1# $NetBSD: Makefile,v 1.3 2013/02/25 00:22:11 jmmv Exp $
2
3.include <bsd.init.mk>
4
5SUBDIR=		doc
6.if !(${MKKYUA} != "no")
7SUBDIR+=	examples xml xsl
8.endif
9
10.include <bsd.subdir.mk>
11