diff --git a/usr.bin/Makefile b/usr.bin/Makefile index b1e3976273ed..c9620c7b87a1 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -159,7 +159,6 @@ SUBDIR= alias \ touch \ tput \ tr \ - trim \ true \ truncate \ tset \ diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 3c371d404fcf..14cc93bb4d99 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -91,6 +91,7 @@ SUBDIR= adduser \ tcpdrop \ tcpdump \ traceroute \ + trim \ trpt \ tzsetup \ ugidfw \ diff --git a/usr.bin/trim/Makefile b/usr.sbin/trim/Makefile similarity index 100% rename from usr.bin/trim/Makefile rename to usr.sbin/trim/Makefile diff --git a/usr.bin/trim/trim.1 b/usr.sbin/trim/trim.1 similarity index 100% rename from usr.bin/trim/trim.1 rename to usr.sbin/trim/trim.1 diff --git a/usr.bin/trim/trim.c b/usr.sbin/trim/trim.c similarity index 100% rename from usr.bin/trim/trim.c rename to usr.sbin/trim/trim.c