From 827a6b6e46c276e744c07e34b910b7cf3e94c25e Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:58:19 +0900 Subject: [PATCH] move unlink and arch to PROGS --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 11c83f9fd..1441944ad 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -91,6 +91,7 @@ endif # Possible programs PROGS := \ + arch \ base32 \ base64 \ basenc \ @@ -161,13 +162,13 @@ PROGS := \ uname \ unexpand \ uniq \ + unlink \ vdir \ wc \ whoami \ yes UNIX_PROGS := \ - arch \ chgrp \ chmod \ chown \ @@ -189,7 +190,6 @@ UNIX_PROGS := \ stty \ timeout \ tty \ - unlink \ uptime \ users \ who