xref: /netbsd-src/share/xml/Makefile (revision 9c3a2b4adc0c4adfb4d336a3243f78059c6370ab)
1#	$NetBSD: Makefile,v 1.4 2013/02/25 00:23:01 jmmv Exp $
2
3.include <bsd.own.mk>
4
5.if !(${MKKYUA} != "no")
6FILESDIR=	/usr/share/xml
7FILESMODE=	444
8# XXX Huge hack for the lack of catalog management.  However, this will do
9# the trick for now (at least until we have other catalogs to deal with).
10.if (${MKATF} != "no")
11FILES=			catalog.atf
12FILESNAME_catalog.atf=	catalog
13.else
14FILES=			catalog
15.endif
16.endif
17
18.include <bsd.prog.mk> # XXX Bring in missing targets (e.g. includes)
19.include <bsd.files.mk>
20