Allow loading of dtraceall without nfscl if what you really wnat is nfsclient

Obtained from:	Panzura tree
MFC after:	1 week
This commit is contained in:
Julian Elischer 2014-10-28 04:18:09 +00:00
parent 3bde81092c
commit b8ded963c9

View File

@ -67,7 +67,9 @@ MODULE_DEPEND(dtraceall, cyclic, 1, 1, 1);
MODULE_DEPEND(dtraceall, opensolaris, 1, 1, 1);
MODULE_DEPEND(dtraceall, dtrace, 1, 1, 1);
MODULE_DEPEND(dtraceall, dtmalloc, 1, 1, 1);
#if defined(NFSCLIENT)
MODULE_DEPEND(dtraceall, dtnfscl, 1, 1, 1);
#endif
#if defined(NFSCLIENT)
MODULE_DEPEND(dtraceall, dtnfsclient, 1, 1, 1);
#endif