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>
|