Do not bother installing any XML calatog when MKKYUA!=no. We won't need

these any more, and we can possibly get rid of the directory altogether
at a later point.
This commit is contained in:
jmmv 2013-02-25 00:23:01 +00:00
parent 8c23905fbe
commit 9c3a2b4adc

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.3 2009/01/19 08:08:18 jmmv Exp $
# $NetBSD: Makefile,v 1.4 2013/02/25 00:23:01 jmmv Exp $
.include <bsd.own.mk>
.if !(${MKKYUA} != "no")
FILESDIR= /usr/share/xml
FILESMODE= 444
# XXX Huge hack for the lack of catalog management. However, this will do
@ -12,6 +13,7 @@ FILESNAME_catalog.atf= catalog
.else
FILES= catalog
.endif
.endif
.include <bsd.prog.mk> # XXX Bring in missing targets (e.g. includes)
.include <bsd.files.mk>