aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.bin/Makefile
blob: 97c4639cece04a7df8997d19a22e0ccfe21d5cb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

.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>