18 lines
470 B
Makefile
18 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/01/19 08:08:18 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
FILESDIR= /usr/share/xml
|
|
FILESMODE= 444
|
|
# 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
|
|
|
|
.include <bsd.prog.mk> # XXX Bring in missing targets (e.g. includes)
|
|
.include <bsd.files.mk>
|