dtraceall: Make dtaudit a dependency

Reported by:	tsoome
Reviewed by:	tsoome
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D46274
This commit is contained in:
Mark Johnston 2024-08-12 18:26:57 +00:00
parent 27211b7998
commit 8805377dad

View File

@ -63,6 +63,9 @@ MODULE_VERSION(dtraceall, 1);
/* All the DTrace modules should be dependencies here: */
MODULE_DEPEND(dtraceall, opensolaris, 1, 1, 1);
MODULE_DEPEND(dtraceall, dtrace, 1, 1, 1);
#if defined(AUDIT)
MODULE_DEPEND(dtraceall, dtaudit, 1, 1, 1);
#endif
MODULE_DEPEND(dtraceall, dtmalloc, 1, 1, 1);
#if defined(NFSCL)
MODULE_DEPEND(dtraceall, dtnfscl, 1, 1, 1);