14 lines
219 B
Makefile
14 lines
219 B
Makefile
# $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>
|