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