Add in DIRDEPS_BUILD support.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
3ba0785a74
commit
f99c0d1382
22
lib/libsysdecode/Makefile.depend
Normal file
22
lib/libsysdecode/Makefile.depend
Normal 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
|
@ -136,6 +136,7 @@ DIRDEPS = \
|
||||
lib/libstand \
|
||||
lib/libstdbuf \
|
||||
lib/libstdthreads \
|
||||
lib/libsysdecode \
|
||||
lib/libtacplus \
|
||||
lib/libtelnet \
|
||||
lib/libthr \
|
||||
|
Loading…
Reference in New Issue
Block a user