mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
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:
parent
27211b7998
commit
8805377dad
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user