xref: /minix/external/mit/xorg/share/fonts/Makefile (revision e3b78ef1)
1#	$NetBSD: Makefile,v 1.5 2009/06/18 06:36:59 mrg Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKX11FONTS} != "no"
6
7SUBDIR=	encodings .WAIT \
8	font-alias font-util \
9	100dpi 75dpi Type1 TTF misc
10
11.include "${NETBSDSRCDIR}/external/mit/xorg/tools/fc-cache/Makefile.fc-cache"
12
13.endif
14
15.include <bsd.subdir.mk>
16