xref: /minix3/external/mit/xorg/tools/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1#	$NetBSD: Makefile,v 1.7 2015/07/23 07:36:54 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
8#SUBDIR+= makestrs .WAIT
9
10# The rest of the tools can rely upon 'includes'
11
12# makekeys is now done src/tools
13SUBDIR+=bdftopcf fc-cache ucs2any
14SUBDIR+=mkfontscale .WAIT xkbcomp
15
16.if defined(__MINIX)
17SUBDIR+=makekeys
18.endif # defined(__MINIX)
19
20.include <bsd.buildinstall.mk>
21.include <bsd.subdir.mk>
22