1#	$NetBSD: Makefile,v 1.2 2010/02/21 01:46:36 darran Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKDTRACE} != "no"
6SUBDIR+=	ctfconvert ctfmerge ctfdump
7.endif
8
9.if ${MKZFS} != "no"
10SUBDIR+=	ztest
11.endif
12
13.include <bsd.subdir.mk>
14