Add DragonFly BSD support (#176)

This commit is contained in:
Zach Crownover
2019-06-25 22:47:36 -07:00
committed by Roey Darwish Dror
parent 4427528212
commit e8ed0d996c
4 changed files with 44 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#[cfg(target_os = "dragonfly")]
pub mod dragonfly;
#[cfg(target_os = "freebsd")]
pub mod freebsd;
#[cfg(target_os = "linux")]