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

.include <bsd.own.mk>

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

.if ${MACHINE_ARCH} == "i386"
.if ${MACHINE} == "i386"
_ztest=	ztest
.endif
.endif

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