Home | History | Annotate | Line # | Download | only in etc
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2009/09/07 21:07:03 mrg Exp $
      2 
      3 SUBDIR=	conf.d conf.avail
      4 
      5 .include <bsd.own.mk>
      6 
      7 .PATH:	${X11SRCDIR.fontconfig}
      8 CONFIGFILES= \
      9 	fonts.conf \
     10 	fonts.dtd
     11 
     12 FILESDIR= \
     13 	/etc/fonts
     14 
     15 .include <bsd.x11.mk>
     16 .include <bsd.prog.mk>
     17 .include <bsd.subdir.mk>
     18