xref: /freebsd/targets/pseudo/userland/cddl/Makefile.depend (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
12b3dc535SSimon J. Gerraty# This file is not autogenerated - take care!
22b3dc535SSimon J. Gerraty
32b3dc535SSimon J. Gerraty.if !defined(MK_CTF)
42b3dc535SSimon J. Gerraty.include "${SRCTOP}/share/mk/src.opts.mk"
52b3dc535SSimon J. Gerraty.endif
62b3dc535SSimon J. Gerraty
72b3dc535SSimon J. GerratyDIRDEPS = \
8*38069501SBryan Drewery	lib/libprocstat/zfs \
92b3dc535SSimon J. Gerraty	cddl/lib/drti \
102b3dc535SSimon J. Gerraty	cddl/lib/libavl \
11a0eb270bSBryan Drewery	cddl/lib/libctf \
12a0eb270bSBryan Drewery	cddl/lib/libdtrace \
132b3dc535SSimon J. Gerraty	cddl/lib/libnvpair \
142b3dc535SSimon J. Gerraty	cddl/lib/libumem \
152b3dc535SSimon J. Gerraty	cddl/lib/libuutil \
162b3dc535SSimon J. Gerraty	cddl/usr.bin/ctfconvert \
172b3dc535SSimon J. Gerraty	cddl/usr.bin/ctfdump \
182b3dc535SSimon J. Gerraty	cddl/usr.bin/ctfmerge \
192b3dc535SSimon J. Gerraty	cddl/usr.sbin/dtrace \
202b3dc535SSimon J. Gerraty	cddl/usr.sbin/dtruss \
21a0eb270bSBryan Drewery	cddl/usr.sbin/lockstat \
22a9dfc956SBryan Drewery	cddl/usr.sbin/plockstat \
231eb4ec9cSBryan Drewery	cddl/usr.sbin/zfsd \
242b3dc535SSimon J. Gerraty
252b3dc535SSimon J. Gerraty
262b3dc535SSimon J. GerratyDIRDEPS.ZFS = \
272b3dc535SSimon J. Gerraty	cddl/lib/libzfs \
282b3dc535SSimon J. Gerraty	cddl/lib/libzfs_core \
292b3dc535SSimon J. Gerraty	cddl/lib/libzpool \
302b3dc535SSimon J. Gerraty	cddl/sbin/zfs \
312b3dc535SSimon J. Gerraty	cddl/sbin/zpool \
322b3dc535SSimon J. Gerraty	cddl/usr.bin/zinject \
332b3dc535SSimon J. Gerraty	cddl/usr.bin/zstreamdump \
342b3dc535SSimon J. Gerraty	cddl/usr.bin/ztest \
352b3dc535SSimon J. Gerraty	cddl/usr.sbin/zdb \
362b3dc535SSimon J. Gerraty	cddl/usr.sbin/zhack \
372b3dc535SSimon J. Gerraty
382b3dc535SSimon J. Gerraty
39a0eb270bSBryan Drewery.for O in ZFS
402b3dc535SSimon J. Gerraty.if ${MK_$O} == "yes"
412b3dc535SSimon J. GerratyDIRDEPS+= ${DIRDEPS.$O}
422b3dc535SSimon J. Gerraty.endif
432b3dc535SSimon J. Gerraty.endfor
442b3dc535SSimon J. Gerraty
452b3dc535SSimon J. Gerraty.include <dirdeps.mk>
46