1339b2cc13
This variable separates CTF stuffs from MKDTRACE; we can build DTrace solely without building and using them. This allows us to use DTrace even if CTF stuffs have problems (actually they have now). This variable would be merged into MKDTRACE eventually, once CTF stuffs work correctly again.
12 lines
266 B
Makefile
12 lines
266 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/03/25 09:52:55 ozaki-r Exp $
|
|
.include <bsd.own.mk>
|
|
|
|
# We need more modular flag e.g. we can add dtrace to osnet later
|
|
|
|
.if ( ${MKZFS} != "no" || ${MKDTRACE} != "no" || ${MKCTF} != "no")
|
|
SUBDIR+= osnet
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|
|
|