From 7ea323cf73f4d19a24b988c58f821c19cdb0f312 Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Sat, 18 Oct 2025 17:37:17 +0900 Subject: [PATCH] Buind {host,u}name on Windows They were buildable on MSYS2. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 9e40cfbdc..ba306fa3a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -117,6 +117,7 @@ PROGS := \ fold \ hashsum \ head \ + hostname \ join \ link \ ln \ @@ -155,6 +156,7 @@ PROGS := \ true \ truncate \ tsort \ + uname \ unexpand \ uniq \ vdir \ @@ -171,7 +173,6 @@ UNIX_PROGS := \ du \ groups \ hostid \ - hostname \ id \ install \ kill \ @@ -188,7 +189,6 @@ UNIX_PROGS := \ timeout \ touch \ tty \ - uname \ unlink \ uptime \ users \