Makefile revision 170431
1# $FreeBSD: head/cddl/usr.bin/Makefile 170431 2007-06-08 12:35:47Z pjd $
2
3.include <bsd.own.mk>
4
5SUBDIR=	${_ztest}
6
7.if ${MK_ZFS} != "no"
8_ztest=	ztest
9.endif
10
11.include <bsd.subdir.mk>
12