Home | History | Annotate | Line # | Download | only in cddl
      1 #	$NetBSD: Makefile,v 1.4 2017/09/17 00:00:39 sevan Exp $
      2 .include <bsd.own.mk>
      3 
      4 # We need more modular flag e.g. we can add dtrace to osnet later
      5 
      6 .if (${MKDTRACE} != "no")
      7 SUBDIR+= dtracetoolkit
      8 .endif
      9 
     10 .if ( ${MKZFS} != "no" || ${MKDTRACE} != "no" || ${MKCTF} != "no")
     11 SUBDIR+= osnet
     12 .endif
     13 
     14 .include <bsd.subdir.mk>
     15 
     16