From ae5470e7f3141edaf48e0025ae6d80ff0d988d68 Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:15:01 +0900 Subject: [PATCH] move stty to UNIX_PROGS --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 04af26315..9e40cfbdc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -145,7 +145,6 @@ PROGS := \ sleep \ sort \ split \ - stty \ sum \ sync \ tac \ @@ -185,6 +184,7 @@ UNIX_PROGS := \ pinky \ stat \ stdbuf \ + stty \ timeout \ touch \ tty \