mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue