54c7d75a06
This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
14 lines
265 B
Makefile
14 lines
265 B
Makefile
# $FreeBSD$
|
|
|
|
# This file is not autogenerated - take care!
|
|
|
|
# this is not normally needed, but we are not normal
|
|
.if ${.MAKE.LEVEL} == 0
|
|
# our role here is to build all the host tools etc.
|
|
DIRDEPS = \
|
|
targets/pseudo/hosttools.host \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
.endif
|