1
2# This file is not autogenerated - take care!
3
4# this is not normally needed, but we are not normal
5.if ${.MAKE.LEVEL} == 0
6# our role here is to build all the host tools etc.
7DIRDEPS = \
8	targets/pseudo/hosttools.host \
9
10
11.include <dirdeps.mk>
12.endif
13