freebsd-dev/cddl/usr.bin/Makefile
2008-05-22 08:04:49 +00:00

19 lines
206 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= \
ctfconvert \
ctfdump \
ctfmerge \
sgsmsg \
${_ztest}
.if ${MK_ZFS} != "no"
.if ${MK_LIBTHR} != "no"
_ztest= ztest
.endif
.endif
.include <bsd.subdir.mk>