Makefile revision 179200
1# $FreeBSD: head/cddl/usr.bin/Makefile 179200 2008-05-22 08:04:49Z jb $
2
3.include <bsd.own.mk>
4
5SUBDIR= \
6	ctfconvert \
7	ctfdump \
8	ctfmerge \
9	sgsmsg \
10	${_ztest}
11
12.if ${MK_ZFS} != "no"
13.if ${MK_LIBTHR} != "no"
14_ztest=	ztest
15.endif
16.endif
17
18.include <bsd.subdir.mk>
19