xref: /netbsd-src/external/mit/xorg/share/fonts/Makefile (revision a04395531661c5e8d314125d5ae77d4cbedd5d73)
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