Add in DIRDEPS_BUILD support.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-01-07 00:19:30 +00:00
parent 3ba0785a74
commit f99c0d1382
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=293287
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
gnu/lib/csu \
gnu/lib/libgcc \
include \
include/rpc \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
ioctl.So: ioctl.c
ioctl.o: ioctl.c
ioctl.po: ioctl.c
.endif

View File

@ -136,6 +136,7 @@ DIRDEPS = \
lib/libstand \
lib/libstdbuf \
lib/libstdthreads \
lib/libsysdecode \
lib/libtacplus \
lib/libtelnet \
lib/libthr \