2009-01-19 11:02:16 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 2009/01/19 08:02:16 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
|
|
|
|
|
|
|
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
|
2007-11-12 18:01:50 +03:00
|
|
|
|
|
|
|
.include <bsd.files.mk>
|