1# $FreeBSD$ 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