xref: /minix/external/mit/xorg/tools/Makefile (revision e3b78ef1)
1#	$NetBSD: Makefile,v 1.3 2010/07/19 05:34:27 mrg Exp $
2
3.include <bsd.own.mk>
4
5# These are used by the 'includes' phase,
6# and can't assume that ${DESTDIR}${X11INCDIR} has been populated.
7
8SUBDIR+= makestrs .WAIT
9
10# The rest of the tools can rely upon 'includes'
11
12# XXX pswrap/gen_matypes -- missing
13
14SUBDIR+=bdftopcf fc-cache ucs2any glsl
15SUBDIR+=makekeys mkfontscale .WAIT xkbcomp
16
17.include <bsd.subdir.mk>
18