blob: c8de1911ac672c824a3d61e826a6a78699290a0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.3 2014/03/25 09:52:55 ozaki-r Exp $
.include <bsd.own.mk>
.if ${MKCTF} != "no"
SUBDIR+= ctfconvert ctfmerge ctfdump
.endif
.if ${MKZFS} != "no"
SUBDIR+= ztest
.endif
.include <bsd.subdir.mk>
|