summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin/Makefile
blob: 95e5ac49878420b2b4335c182d6457b9cf2c7a5c (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR=	${_ztest}

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

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