Makefile revision 256281
1# $FreeBSD: stable/10/cddl/usr.bin/Makefile 219089 2011-02-27 19:41:40Z pjd $
2
3.include <bsd.own.mk>
4
5SUBDIR= \
6	ctfconvert \
7	ctfdump \
8	ctfmerge \
9	sgsmsg \
10	${_zinject} \
11	${_zlook} \
12	${_zstreamdump} \
13	${_ztest}
14
15.if ${MK_ZFS} != "no"
16_zinject= zinject
17#_zlook= zlook
18.if ${MK_LIBTHR} != "no"
19_ztest=	ztest
20_zstreamdump = zstreamdump
21.endif
22.endif
23
24.include <bsd.subdir.mk>
25