mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 13:48:27 -04:00
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>
|