blob: 0fc2c6a6a8faa702fec2dab6318dea3473fd6ffe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.8 2017/02/13 07:37:19 snj 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'
# makekeys is now done src/tools
SUBDIR+=bdftopcf fc-cache ucs2any
SUBDIR+=mkfontscale
.include <bsd.buildinstall.mk>
.include <bsd.subdir.mk>
|