diff --git a/Cargo.toml b/Cargo.toml index 93ac9659c..8d5eb4186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ build = "build.rs" [features] unix = [ + "chmod", "chroot", "du", "groups", @@ -31,7 +32,6 @@ generic = [ "base64", "basename", "cat", - "chmod", "cksum", "comm", "cp", diff --git a/Makefile b/Makefile index 68979e6b2..6ba08aa04 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,6 @@ PROGS := \ base64 \ basename \ cat \ - chmod \ cksum \ comm \ cp \ @@ -81,6 +80,7 @@ PROGS := \ whoami UNIX_PROGS := \ + chmod \ chroot \ du \ groups \