Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / mit / xorg / tools / Makefile
blob83c5e6fd6de4f257d2febb0e30cecaee4d8e0043
1 # $NetBSD: Makefile,v 1.7 2015/07/23 07:36:54 mrg Exp $
3 .include <bsd.own.mk>
5 # These are used by the 'includes' phase,
6 # and can't assume that ${DESTDIR}${X11INCDIR} has been populated.
8 #SUBDIR+= makestrs .WAIT
10 # The rest of the tools can rely upon 'includes'
12 # makekeys is now done src/tools
13 SUBDIR+=bdftopcf fc-cache ucs2any
14 SUBDIR+=mkfontscale .WAIT xkbcomp
16 .if defined(__MINIX)
17 SUBDIR+=makekeys
18 .endif # defined(__MINIX)
20 .include <bsd.buildinstall.mk>
21 .include <bsd.subdir.mk>