From abdeead005c4e2cfc7719eabc53473145f0b098a Mon Sep 17 00:00:00 2001 From: Ulrich Hornung Date: Tue, 2 Apr 2024 22:50:08 +0200 Subject: [PATCH] add sleep explicitly to makefile --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index ad2d38081..0b4f2d04c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -147,6 +147,7 @@ UNIX_PROGS := \ nohup \ pathchk \ pinky \ + sleep \ stat \ stdbuf \ timeout \ @@ -221,6 +222,7 @@ TEST_PROGS := \ rmdir \ runcon \ seq \ + sleep \ sort \ split \ stat \