mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
14 lines
257 B
Text
14 lines
257 B
Text
# $FreeBSD$
|
|
# Autogenerated - do NOT edit!
|
|
|
|
DIRDEPS = \
|
|
gnu/usr.bin/binutils/libbfd \
|
|
gnu/usr.bin/binutils/libiberty \
|
|
usr.bin/yacc \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
|
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
|
# local dependencies - needed for -jN in clean tree
|
|
.endif
|