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

.include <bsd.own.mk>

SUBDIR= \
	ctfconvert \
	ctfdump \
	ctfmerge \
	sgsmsg \
	${_ztest}

.if ${MK_ZFS} != "no"
.if ${MK_LIBTHR} != "no"
_ztest=	ztest
.endif
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud