blob: 571d1c59a54496e195ade69f2a41530f6f385ef2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.include <src.opts.mk>
SUBDIR.${MK_DTRACE}+= \
ctfconvert \
ctfdump \
ctfmerge
SUBDIR.${MK_TESTS}+= tests
SUBDIR.${MK_ZFS}+= \
zinject \
ztest \
zstream
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
|