Home | History | Annotate | Line # | Download | only in usr.sbin
      1 #	$NetBSD: Makefile,v 1.2 2010/02/21 01:46:36 darran Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if ${MKDTRACE} != "no"
      6 SUBDIR+=	dtrace
      7 .endif
      8 
      9 .if ${MKZFS} != "no"
     10 SUBDIR+=	zdb
     11 .endif
     12 
     13 .include <bsd.subdir.mk>
     14