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