mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
Remove, unbind and obsolete libuutil and libtpool Update zfs_configh and zfs_gitrev.h
44 lines
807 B
Text
44 lines
807 B
Text
# This file is not autogenerated - take care!
|
|
|
|
.if !defined(MK_CTF)
|
|
.include "${SRCTOP}/share/mk/src.opts.mk"
|
|
.endif
|
|
|
|
DIRDEPS = \
|
|
lib/libprocstat/zfs \
|
|
cddl/lib/drti \
|
|
cddl/lib/libavl \
|
|
cddl/lib/libctf \
|
|
cddl/lib/libdtrace \
|
|
cddl/lib/libnvpair \
|
|
cddl/lib/libumem \
|
|
cddl/usr.bin/ctfconvert \
|
|
cddl/usr.bin/ctfdump \
|
|
cddl/usr.bin/ctfmerge \
|
|
cddl/usr.sbin/dtrace \
|
|
cddl/usr.sbin/dtruss \
|
|
cddl/usr.sbin/lockstat \
|
|
cddl/usr.sbin/plockstat \
|
|
cddl/usr.sbin/zfsd \
|
|
|
|
|
|
DIRDEPS.ZFS = \
|
|
cddl/lib/libzfs \
|
|
cddl/lib/libzfs_core \
|
|
cddl/lib/libzpool \
|
|
cddl/sbin/zfs \
|
|
cddl/sbin/zpool \
|
|
cddl/usr.bin/zinject \
|
|
cddl/usr.bin/zstreamdump \
|
|
cddl/usr.bin/ztest \
|
|
cddl/usr.sbin/zdb \
|
|
cddl/usr.sbin/zhack \
|
|
|
|
|
|
.for O in ZFS
|
|
.if ${MK_$O} == "yes"
|
|
DIRDEPS+= ${DIRDEPS.$O}
|
|
.endif
|
|
.endfor
|
|
|
|
.include <dirdeps.mk>
|