Files
netbsd/external/cddl/osnet/usr.bin/Makefile
2015-10-15 10:25:28 +02:00

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>