blob: e6583056a5d9bdf1a9feaf081e69bb10f8c32090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.10 2008/09/05 05:20:39 lukem Exp $
# These are used by the 'includes' phase,
# and can't assume that ${DESTDIR}${X11INCDIR} has been populated.
#
SUBDIR= pswrap makestrs .WAIT
# The rest of the tools can rely upon 'includes'
#
SUBDIR+=bdftopcf fc-cache ucs2any mkg3states
SUBDIR+=makekeys mkfontscale gen_matypes .WAIT xkbcomp
.include <bsd.subdir.mk>
|