diff --git a/Cargo.toml b/Cargo.toml index 0ed6157a1..dd1664f63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,6 @@ unix = [ "mkfifo", "mknod", "more", - "mv", "nice", "nohup", "pathchk", @@ -64,6 +63,7 @@ generic = [ "ls", "mkdir", "mktemp", + "mv", "nl", "nproc", "od", diff --git a/Makefile b/Makefile index 8c8190c1b..6b650b99a 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ PROGS := \ mkdir \ mktemp \ more \ + mv \ nl \ nproc \ od \ @@ -118,7 +119,6 @@ UNIX_PROGS := \ logname \ mkfifo \ mknod \ - mv \ nice \ nohup \ pathchk \