2013-02-25 04:23:01 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2013/02/25 00:23:01 jmmv Exp $
|
2007-11-12 18:01:50 +03:00
|
|
|
|
2009-01-19 11:02:16 +03:00
|
|
|
.include <bsd.own.mk>
|
2007-11-12 18:01:50 +03:00
|
|
|
|
2013-02-25 04:23:01 +04:00
|
|
|
.if !(${MKKYUA} != "no")
|
2007-11-12 18:01:50 +03:00
|
|
|
FILESDIR= /usr/share/xml
|
|
|
|
FILESMODE= 444
|
2009-01-19 11:02:16 +03:00
|
|
|
# XXX Huge hack for the lack of catalog management. However, this will do
|
|
|
|
# the trick for now (at least until we have other catalogs to deal with).
|
|
|
|
.if (${MKATF} != "no")
|
|
|
|
FILES= catalog.atf
|
|
|
|
FILESNAME_catalog.atf= catalog
|
|
|
|
.else
|
|
|
|
FILES= catalog
|
|
|
|
.endif
|
2013-02-25 04:23:01 +04:00
|
|
|
.endif
|
2007-11-12 18:01:50 +03:00
|
|
|
|
2009-01-19 11:08:18 +03:00
|
|
|
.include <bsd.prog.mk> # XXX Bring in missing targets (e.g. includes)
|
2007-11-12 18:01:50 +03:00
|
|
|
.include <bsd.files.mk>
|