]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/usr.bin/Makefile
This commit was generated by cvs2svn to compensate for changes in r170256,
[FreeBSD/FreeBSD.git] / cddl / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= ${_ztest}
6
7 .if ${MK_ZFS} != "no"
8 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
9 _ztest= ztest
10 .endif
11 .endif
12
13 .include <bsd.subdir.mk>