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:
parent
3bde81092c
commit
b8ded963c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user