Hi Michael!
Thanks for the package! I simplified the package a bit and moved the cargo variables to a separate cargo-depends.mk file, since that’s what we do to keep the Makefile smaller and more readable. I couldn’t actually get it to compile though on NetBSD-9.99.85/amd64: error[E0425]: cannot find function `waitid` in crate `libc` | 159 | libc::waitid( | ^^^^^^ help: a function with a similar name exists: `waitpid` | | 913 | pub fn waitpid(pid: pid_t, status: *mut ::c_int, options: ::c_int) -> pid_t; | ---------------------------------------------------------------------------- similarly named function `waitpid` defined here Compiling versions v3.0.1 error: aborting due to previous error For more information about this error, try `rustc --explain E0425`. error: could not compile `process_control` Cheers, Thomas |