summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2015-08-24 03:41:14 +0000
committerjulian <julian@FreeBSD.org>2015-08-24 03:41:14 +0000
commit370bb5e04c4f0e883d0d9bc3eead98c4afe8d7b0 (patch)
treea809b9ec24c7bde302729216b17710b412532a3f /sys/modules
parent99f1ebbac69c893dfdb68b41f63ffa38db07a651 (diff)
downloadFreeBSD-src-370bb5e04c4f0e883d0d9bc3eead98c4afe8d7b0.zip
FreeBSD-src-370bb5e04c4f0e883d0d9bc3eead98c4afe8d7b0.tar.gz
MFH: r273762
MFH: r276304 Allow loading of dtraceall without nfscl if what you really want is nfsclient Obtained from: Panzura tree and Rick Maclem
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/dtrace/dtraceall/dtraceall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/dtrace/dtraceall/dtraceall.c b/sys/modules/dtrace/dtraceall/dtraceall.c
index 0474d5c..143bbf2 100644
--- a/sys/modules/dtrace/dtraceall/dtraceall.c
+++ b/sys/modules/dtrace/dtraceall/dtraceall.c
@@ -66,7 +66,9 @@ MODULE_VERSION(dtraceall, 1);
MODULE_DEPEND(dtraceall, opensolaris, 1, 1, 1);
MODULE_DEPEND(dtraceall, dtrace, 1, 1, 1);
MODULE_DEPEND(dtraceall, dtmalloc, 1, 1, 1);
+#if defined(NFSCL)
MODULE_DEPEND(dtraceall, dtnfscl, 1, 1, 1);
+#endif
#if defined(NFSCLIENT)
MODULE_DEPEND(dtraceall, dtnfsclient, 1, 1, 1);
#endif
OpenPOWER on IntegriCloud