1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

libsys: Add dependencies for dirdeps build

This commit is contained in:
Stephen J. Kiernan 2024-09-18 13:03:42 -04:00
parent 9e2b87207b
commit c644d3d896
2 changed files with 16 additions and 0 deletions

View File

@ -6,6 +6,7 @@ DIRDEPS = \
include/rpcsvc \
lib/${CSU_DIR} \
lib/libcompiler_rt \
lib/libsys \
usr.bin/awk.host \
usr.bin/yacc.host \

View File

@ -0,0 +1,15 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libcompiler_rt \
usr.bin/awk.host \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif