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