xref: /netbsd-src/external/mit/xorg/share/fonts/Makefile (revision 154bfe8e089c1a0a4e9ed8414f08d3da90949162)
1#	$NetBSD: Makefile,v 1.6 2018/05/31 09:09:32 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.endif
12
13.include <bsd.subdir.mk>
14