krata: build kratactl for darwin

This commit is contained in:
Alex Zenla
2024-03-21 18:16:04 -07:00
parent ba00889efb
commit 597a1433b3
5 changed files with 97 additions and 15 deletions

View File

@ -1,5 +1,7 @@
pub mod common;
pub mod control;
pub mod dial;
pub mod ethtool;
pub mod launchcfg;
#[cfg(target_os = "linux")]
pub mod ethtool;