xref: /netbsd-src/external/cddl/osnet/usr.bin/Makefile (revision 1339b2cc138f34fc23a50073510e4c7f9dbf9039)
1#	$NetBSD: Makefile,v 1.3 2014/03/25 09:52:55 ozaki-r Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKCTF} != "no"
6SUBDIR+=	ctfconvert ctfmerge ctfdump
7.endif
8
9.if ${MKZFS} != "no"
10SUBDIR+=	ztest
11.endif
12
13.include <bsd.subdir.mk>
14