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