Home | History | Annotate | Line # | Download | only in xml
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2009/01/19 08:02:16 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.files.mk>
     17