blob: 05ac363e09e15d3ea4de1f6845804aa2b389e6fe (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $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>
|