2010-02-25 03:14:10 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 2010/02/25 00:14:10 darran Exp $
|
2009-10-06 02:44:26 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
# We need more modular flag e.g. we can add dtrace to osnet later
|
|
|
|
|
2010-02-25 03:14:10 +03:00
|
|
|
.if ( ${MKZFS} != "no" || ${MKDTRACE} != "no" )
|
2009-10-06 02:44:26 +04:00
|
|
|
SUBDIR+= osnet
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
|