32 lines
510 B
Makefile
32 lines
510 B
Makefile
|
# $FreeBSD$
|
||
|
# Autogenerated - do NOT edit!
|
||
|
|
||
|
DIRDEPS = \
|
||
|
cddl/lib/libavl \
|
||
|
cddl/lib/libnvpair \
|
||
|
cddl/lib/libumem \
|
||
|
cddl/lib/libuutil \
|
||
|
cddl/lib/libzfs \
|
||
|
cddl/lib/libzfs_core \
|
||
|
gnu/lib/csu \
|
||
|
include \
|
||
|
include/xlocale \
|
||
|
lib/${CSU_DIR} \
|
||
|
lib/libc \
|
||
|
lib/libcompiler_rt \
|
||
|
lib/libexpat \
|
||
|
lib/libgeom \
|
||
|
lib/libmd \
|
||
|
lib/libsbuf \
|
||
|
lib/libthr \
|
||
|
lib/libutil \
|
||
|
lib/libz \
|
||
|
lib/msun \
|
||
|
|
||
|
|
||
|
.include <dirdeps.mk>
|
||
|
|
||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||
|
# local dependencies - needed for -jN in clean tree
|
||
|
.endif
|