mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
16 lines
308 B
Makefile
16 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
# This file is not autogenerated - take care!
|
|
|
|
# this is not normally needed, but we are not normal
|
|
.if ${.MAKE.LEVEL} == 0
|
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
|
|
|
# our role here is to build all the host tools etc.
|
|
DIRDEPS = \
|
|
targets/pseudo/hosttools.host \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
.endif
|