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